mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-09 04:11:27 +08:00
Use bits/foo.h.
This commit is contained in:
parent
c89e913d71
commit
da366793e1
@ -25,7 +25,7 @@ SYSCALL (sethostid, 1)
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
#include <errnos.h>
|
#include <bits/errno.h>
|
||||||
|
|
||||||
.globl _sethostid
|
.globl _sethostid
|
||||||
.even
|
.even
|
||||||
|
@ -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
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user