mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
* include/bits/unistd.h: New file.
* include/bits/socket2.h: New file.
This commit is contained in:
parent
93aed66714
commit
103f1eb02d
@ -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
1
include/bits/socket2.h
Normal file
@ -0,0 +1 @@
|
||||
#include <socket/bits/socket2.h>
|
1
include/bits/unistd.h
Normal file
1
include/bits/unistd.h
Normal file
@ -0,0 +1 @@
|
||||
#include <posix/bits/unistd.h>
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user