about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-03-06 00:28:34 +0000
committerUlrich Drepper <drepper@redhat.com>2005-03-06 00:28:34 +0000
commit103f1eb02d919d6df0a5d2d29cb58e403bf2a10a (patch)
tree2b0d6d03bcbc902b3e257d697c50cae2be87f8ef
parent93aed66714e2cadb4847162d626c7823e37230d3 (diff)
downloadglibc-103f1eb02d919d6df0a5d2d29cb58e403bf2a10a.tar.gz
glibc-103f1eb02d919d6df0a5d2d29cb58e403bf2a10a.tar.xz
glibc-103f1eb02d919d6df0a5d2d29cb58e403bf2a10a.zip
* include/bits/unistd.h: New file.
	* include/bits/socket2.h: New file.
-rw-r--r--ChangeLog5
-rw-r--r--include/bits/socket2.h1
-rw-r--r--include/bits/unistd.h1
-rw-r--r--linuxthreads/ChangeLog7
4 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f074ccc991..7562315c17 100644
--- 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
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>
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index f3531e2b50..c28c4b3bf6 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -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>