7 lines
90 B
C
7 lines
90 B
C
#ifndef SYS_ERRNO_H
|
|
# define SYS_ERRNO_H 1
|
|
|
|
# define ENODEV 19
|
|
|
|
#endif /* !SYS_ERRNO_H */
|