StupidOS/kernel/sys/errno.inc

14 lines
194 B
PHP
Raw Normal View History

;; File: errno.inc
;; Constant: ENODEV
;; No such device.
2024-07-17 07:41:36 +00:00
ENODEV = 19
;; Constant: ENOMEM
;; Not enough space.
ENOMEM = 20
;; Constant: ENXIO
;; No such device or address.
ENXIO = 6