Use bits/foo.h.

This commit is contained in:
Ulrich Drepper 1997-06-21 02:46:36 +00:00
parent c89e913d71
commit da366793e1
3 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ SYSCALL (sethostid, 1)
#else #else
#include <errnos.h> #include <bits/errno.h>
.globl _sethostid .globl _sethostid
.even .even

View File

@ -25,9 +25,9 @@ SYSCALL (sethostid, 1)
#else #else
/* <errnos.h> only defines E* #ifdef _ERRNO_H. */ /* <bits/errno.h> only defines E* #ifdef _ERRNO_H. */
#define _ERRNO_H #define _ERRNO_H
#include <errnos.h> #include <bits/errno.h>
ENTRY (sethostid) ENTRY (sethostid)
mov ENOSYS, %o0 mov ENOSYS, %o0

View File

@ -22,7 +22,7 @@
#define _SYS_MMAN_H 1 #define _SYS_MMAN_H 1
#include <features.h> #include <features.h>
#include <gnu/types.h> #include <bits/types.h>
#define __need_size_t #define __need_size_t
#include <stddef.h> #include <stddef.h>