mirror of git://sourceware.org/git/glibc.git
parent
0c34b1e9b5
commit
8adcb4a8ed
|
@ -1,5 +1,7 @@
|
|||
1999-10-30 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* socket/Makefile (distribute): Add ifreq.h.
|
||||
|
||||
* manual/time.texi (Formatting Date and Time): Revise comments about
|
||||
origins of the formats with ISO C99 references.
|
||||
|
||||
|
|
|
@ -28,4 +28,6 @@ routines := accept bind connect getpeername getsockname getsockopt \
|
|||
listen recv recvfrom recvmsg send sendmsg sendto \
|
||||
setsockopt shutdown socket socketpair isfdtype opensock
|
||||
|
||||
distribute := ifreq.h
|
||||
|
||||
include ../Rules
|
||||
|
|
Loading…
Reference in New Issue