diff options
Diffstat (limited to 'sysdeps/standalone')
-rw-r--r-- | sysdeps/standalone/arm/bits/errno.h | 1 | ||||
-rw-r--r-- | sysdeps/standalone/close.c | 1 | ||||
-rw-r--r-- | sysdeps/standalone/filedesc.h | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/standalone/arm/bits/errno.h b/sysdeps/standalone/arm/bits/errno.h index f5020dcb7e..97dbbd9ce3 100644 --- a/sysdeps/standalone/arm/bits/errno.h +++ b/sysdeps/standalone/arm/bits/errno.h @@ -51,6 +51,7 @@ # define ESTALE 23 # define EISDIR 24 # define EOPNOTSUPP 25 /* Operation not supported. */ +# define ENOTTY 26 #endif #define __set_errno(val) errno = (val) diff --git a/sysdeps/standalone/close.c b/sysdeps/standalone/close.c index 2e33b3c2c6..114d726c6d 100644 --- a/sysdeps/standalone/close.c +++ b/sysdeps/standalone/close.c @@ -21,6 +21,7 @@ #include <errno.h> #include <unistd.h> +#define _STDIO_H #include <bits/stdio_lim.h> #include "filedesc.h" diff --git a/sysdeps/standalone/filedesc.h b/sysdeps/standalone/filedesc.h index a35d1cf043..d6a12a606a 100644 --- a/sysdeps/standalone/filedesc.h +++ b/sysdeps/standalone/filedesc.h @@ -26,6 +26,7 @@ #ifndef __FILEDESC_h #define __FILEDESC_h +#define _STDIO_H #include <bits/stdio_lim.h> #ifndef __DECLARE_FILE_DESCRIPTORS__ |