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
#include <errnos.h>
#include <bits/errno.h>
.globl _sethostid
.even

View file

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

View file

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