diff options
Diffstat (limited to 'sysdeps/unix/sysv/sysv4/i386')
-rw-r--r-- | sysdeps/unix/sysv/sysv4/i386/bits/stat.h (renamed from sysdeps/unix/sysv/sysv4/i386/statbuf.h) | 12 | ||||
-rw-r--r-- | sysdeps/unix/sysv/sysv4/i386/sysdep.h | 2 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sysdeps/unix/sysv/sysv4/i386/statbuf.h b/sysdeps/unix/sysv/sysv4/i386/bits/stat.h index 9354d6790c..9b6fed083d 100644 --- a/sysdeps/unix/sysv/sysv4/i386/statbuf.h +++ b/sysdeps/unix/sysv/sysv4/i386/bits/stat.h @@ -17,10 +17,14 @@ write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -#ifndef _STATBUF_H -#define _STATBUF_H 1 +/* + * Never include this file directly; use <sys/stat.h> instead. + */ -#include <gnu/types.h> +#ifndef _BITS_STAT_H +#define _BITS_STAT_H 1 + +#include <bits/types.h> /* Versions of the `struct stat' data structure and the bits of the `xmknod' interface. */ @@ -87,4 +91,4 @@ struct stat #define __S_IWRITE 0200 /* Write by owner. */ #define __S_IEXEC 0100 /* Execute by owner. */ -#endif /* statbuf.h */ +#endif /* bits/stat.h */ diff --git a/sysdeps/unix/sysv/sysv4/i386/sysdep.h b/sysdeps/unix/sysv/sysv4/i386/sysdep.h index 1e0cd69f74..ad262e23de 100644 --- a/sysdeps/unix/sysv/sysv4/i386/sysdep.h +++ b/sysdeps/unix/sysv/sysv4/i386/sysdep.h @@ -24,7 +24,7 @@ Cambridge, MA 02139, USA. */ #ifndef _ERRNO_H #define _ERRNO_H #endif -#include <errnos.h> +#include <bits/errno.h> #undef PSEUDO #define PSEUDO(name, syscall_name, args) \ |