From af2c08fa76dc00354560a7ae35d7fe929eb5febe Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Sat, 5 Mar 2005 13:04:47 +0000 Subject: * include/bits/unistd.h: New file. * include/bits/socket2.h: New file. --- ChangeLog | 3 +++ include/bits/socket2.h | 1 + include/bits/unistd.h | 1 + 3 files changed, 5 insertions(+) create mode 100644 include/bits/socket2.h create mode 100644 include/bits/unistd.h diff --git a/ChangeLog b/ChangeLog index fdbd4521c1..547bb0236f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2005-03-05 Jakub Jelinek + * 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. diff --git a/include/bits/socket2.h b/include/bits/socket2.h new file mode 100644 index 0000000000..a81fd9fa78 --- /dev/null +++ b/include/bits/socket2.h @@ -0,0 +1 @@ +#include diff --git a/include/bits/unistd.h b/include/bits/unistd.h new file mode 100644 index 0000000000..1a91dcc72e --- /dev/null +++ b/include/bits/unistd.h @@ -0,0 +1 @@ +#include -- cgit v1.2.3