2
0
mirror of git://sourceware.org/git/glibc.git synced 2025-04-24 14:41:06 +08:00

* include/bits/unistd.h: New file.

* include/bits/socket2.h: New file.
This commit is contained in:
Jakub Jelinek 2005-03-05 13:04:47 +00:00
parent 2a626c2bd2
commit af2c08fa76
3 changed files with 5 additions and 0 deletions

@ -1,5 +1,8 @@
2005-03-05 Jakub Jelinek <jakub@redhat.com>
* include/bits/unistd.h: New file.
* include/bits/socket2.h: New file.
* sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define
unconditionally to (defined RTLD_BOOTSTRAP).
* sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Likewise.

1
include/bits/socket2.h Normal file

@ -0,0 +1 @@
#include <socket/bits/socket2.h>

1
include/bits/unistd.h Normal file

@ -0,0 +1 @@
#include <posix/bits/unistd.h>