* include/bits/unistd.h: New file.

* include/bits/socket2.h: New file.
This commit is contained in:
Ulrich Drepper 2005-03-06 00:28:34 +00:00
parent 93aed66714
commit 103f1eb02d
4 changed files with 13 additions and 1 deletions

View file

@ -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.

1
include/bits/socket2.h Normal file
View file

@ -0,0 +1 @@
#include <socket/bits/socket2.h>

1
include/bits/unistd.h Normal file
View file

@ -0,0 +1 @@
#include <posix/bits/unistd.h>

View 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>