summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-03-05 13:04:47 +0000
committerJakub Jelinek <jakub@redhat.com>2005-03-05 13:04:47 +0000
commitaf2c08fa76dc00354560a7ae35d7fe929eb5febe (patch)
treee6e5b8540a18c014db9b1517f51f5fa086ed132e
parent2a626c2bd2bdea74d59553bd9fad9d17959b3aab (diff)
* include/bits/unistd.h: New file.
* include/bits/socket2.h: New file.
-rw-r--r--ChangeLog3
-rw-r--r--include/bits/socket2.h1
-rw-r--r--include/bits/unistd.h1
3 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fdbd4521c1..547bb0236f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
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 <socket/bits/socket2.h>
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 <posix/bits/unistd.h>