From: Ulrich Drepper Date: Sun, 6 Mar 2005 00:28:34 +0000 (+0000) Subject: * include/bits/unistd.h: New file. X-Git-Tag: cvs/fedora-glibc-20050319T1907~42 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=103f1eb02d919d6df0a5d2d29cb58e403bf2a10a;p=thirdparty%2Fglibc.git * include/bits/unistd.h: New file. * include/bits/socket2.h: New file. --- diff --git a/ChangeLog b/ChangeLog index f074ccc991e..7562315c172 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-03-05 Jakub Jelinek + + * include/bits/unistd.h: New file. + * include/bits/socket2.h: New file. + 2005-03-05 Ulrich Drepper * sunrpc/key_call.c: Remove doors support. diff --git a/include/bits/socket2.h b/include/bits/socket2.h new file mode 100644 index 00000000000..a81fd9fa78c --- /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 00000000000..1a91dcc72ef --- /dev/null +++ b/include/bits/unistd.h @@ -0,0 +1 @@ +#include diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index f3531e2b50e..c28c4b3bf67 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,6 +1,11 @@ +2005-03-05 Ulrich Drepper + + * sysdeps/i386/Makefile (CFLAGS-pt-initfini.s): Unconditionally + use -mtune. + 2005-03-05 Roland McGrath - * sysdeps/i386/Makefile (CFLAGS-initfini.s): Use $(cc-mtune). + * sysdeps/i386/Makefile (CFLAGS-pt-initfini.s): Use $(cc-mtune). 2005-03-05 Jakub Jelinek