* include/bits/unistd.h: New file.
authorUlrich Drepper <drepper@redhat.com>
Sun, 6 Mar 2005 00:28:34 +0000 (00:28 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 6 Mar 2005 00:28:34 +0000 (00:28 +0000)
* include/bits/socket2.h: New file.

ChangeLog
include/bits/socket2.h [new file with mode: 0644]
include/bits/unistd.h [new file with mode: 0644]
linuxthreads/ChangeLog

index f074ccc..7562315 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-03-05  Jakub Jelinek  <jakub@redhat.com>
+
+       * include/bits/unistd.h: New file.
+       * include/bits/socket2.h: New file.
+
 2005-03-05  Ulrich Drepper  <drepper@redhat.com>
 
        * sunrpc/key_call.c: Remove doors support.
diff --git a/include/bits/socket2.h b/include/bits/socket2.h
new file mode 100644 (file)
index 0000000..a81fd9f
--- /dev/null
@@ -0,0 +1 @@
+#include <socket/bits/socket2.h>
diff --git a/include/bits/unistd.h b/include/bits/unistd.h
new file mode 100644 (file)
index 0000000..1a91dcc
--- /dev/null
@@ -0,0 +1 @@
+#include <posix/bits/unistd.h>
index f3531e2..c28c4b3 100644 (file)
@@ -1,6 +1,11 @@
+2005-03-05  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/i386/Makefile (CFLAGS-pt-initfini.s): Unconditionally
+       use -mtune.
+
 2005-03-05  Roland McGrath  <roland@redhat.com>
 
-       * sysdeps/i386/Makefile (CFLAGS-initfini.s): Use $(cc-mtune).
+       * sysdeps/i386/Makefile (CFLAGS-pt-initfini.s): Use $(cc-mtune).
 
 2005-03-05  Jakub Jelinek  <jakub@redhat.com>