From: Andreas Jaeger Date: Wed, 23 Aug 2000 17:09:29 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~24733 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=df9650f1b03ac6135f52457a6b1dfe2ad8aebc07;p=external%2Fglibc.git Update. * sysdeps/unix/sysv/linux/i386/sys/io.h (_EXTERN_INLINE): Remove. Use static __inline instead of _EXTERN_INLINE. * misc/sys/select.h: Move prototypes of __select from here ... * include/sys/select.h: ... to here. * socket/sys/socket.h: Move prototypes of __send and __connect from here.... * include/sys/socket.h: ... to here. --- diff --git a/ChangeLog b/ChangeLog index 6c41997..f93a969 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,16 @@ 2000-08-23 Andreas Jaeger + * sysdeps/unix/sysv/linux/i386/sys/io.h (_EXTERN_INLINE): Remove. + Use static __inline instead of _EXTERN_INLINE. + + * misc/sys/select.h: Move prototypes of __select from here ... + * include/sys/select.h: ... to here. + + * socket/sys/socket.h: Move prototypes of __send and __connect + from here.... + * include/sys/socket.h: ... to here. + * locale/programs/ld-ctype.c (ctype_read): Fix parameter for lr_error.