From bd45711455ba28ac223c77f0bb8ca825dde0af3f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 4 Apr 2000 06:38:32 +0000 Subject: [PATCH] Update. 2000-04-03 Andreas Jaeger * include/arpa/inet.h (__inet_aton): Add protoype. --- ChangeLog | 4 ++++ include/arpa/inet.h | 2 ++ linuxthreads/ChangeLog | 7 +++++++ 3 files changed, 13 insertions(+) diff --git a/ChangeLog b/ChangeLog index 45c727f..7f9163c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2000-04-03 Andreas Jaeger + + * include/arpa/inet.h (__inet_aton): Add protoype. + 2000-04-01 Andreas Jaeger * sysdeps/mach/hurd/mips/init-first.c: Use SHARED instead of PIC. diff --git a/include/arpa/inet.h b/include/arpa/inet.h index 65733b6..49a8e8c 100644 --- a/include/arpa/inet.h +++ b/include/arpa/inet.h @@ -1 +1,3 @@ #include + +extern in_addr_t __inet_aton (__const char *__cp, struct in_addr *__inp); diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 5039a12..fff24c8 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,10 @@ +2000-04-01 Andreas Jaeger + + * attr.c: Use shlib-compat macros. + * oldsemaphore.c: Likewise. + * pthread.c: Likewise. + * weaks.c: Likewise. + 2000-03-26 Ulrich Drepper * semaphore.c (sem_timedwait): New function. -- 2.7.4