diff options
author | Roland McGrath <roland@gnu.org> | 2002-12-15 23:23:24 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-12-15 23:23:24 +0000 |
commit | c2e131128be262e38f086465f3561c2faeaaef78 (patch) | |
tree | 64d75322683e9004b0fbb2e241c937ec9f0cd641 /ChangeLog | |
parent | 67d27eba63f00cb00fb448ec1d2cc43dd4181196 (diff) | |
download | glibc-c2e131128be262e38f086465f3561c2faeaaef78.tar glibc-c2e131128be262e38f086465f3561c2faeaaef78.tar.gz glibc-c2e131128be262e38f086465f3561c2faeaaef78.tar.bz2 glibc-c2e131128be262e38f086465f3561c2faeaaef78.zip |
* sysdeps/unix/sysv/linux/readv.c (do_readv): Use prototype defn.
* sysdeps/unix/sysv/linux/wait.c: Don't include <nptl/pthreadP.h> or
<tls.h> here, no need for it.
* sysdeps/unix/sysv/linux/waitpid.c: Likewise.
* sysdeps/unix/sysv/linux/i386/fcntl.c (do_fcntl): Take ARG as void *
parameter, not varargs parameter.
* sysdeps/generic/sysdep-cancel.h (LIBC_CANCEL_RESET): Evaluate the
argument so it's not an unused variable.
* resolv/resolv.h (__p_key_syms, __p_cert_syms, __p_class_syms,
__p_type_syms, __p_rcode_syms): Remove decls, never really intended
for users.
* resolv/Versions (libresolv: GLIBC_2.3.2): New set, add __p_rcode.
2002-12-15 Art Haas <ahaas@airmail.net>
* nscd/connections.c: C99 initializer conversion.
* nscd/grpcache.c: Same.
* nscd/hstcache.c: Same.
* nscd/pwdcache.c: Same.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -1,3 +1,30 @@ +2002-12-15 Roland McGrath <roland@redhat.com> + + * sysdeps/unix/sysv/linux/readv.c (do_readv): Use prototype defn. + + * sysdeps/unix/sysv/linux/wait.c: Don't include <nptl/pthreadP.h> or + <tls.h> here, no need for it. + * sysdeps/unix/sysv/linux/waitpid.c: Likewise. + + * sysdeps/unix/sysv/linux/i386/fcntl.c (do_fcntl): Take ARG as void * + parameter, not varargs parameter. + + * sysdeps/generic/sysdep-cancel.h (LIBC_CANCEL_RESET): Evaluate the + argument so it's not an unused variable. + + * resolv/resolv.h (__p_key_syms, __p_cert_syms, __p_class_syms, + __p_type_syms, __p_rcode_syms): Remove decls, never really intended + for users. + + * resolv/Versions (libresolv: GLIBC_2.3.2): New set, add __p_rcode. + +2002-12-15 Art Haas <ahaas@airmail.net> + + * nscd/connections.c: C99 initializer conversion. + * nscd/grpcache.c: Same. + * nscd/hstcache.c: Same. + * nscd/pwdcache.c: Same. + 2002-12-15 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/fcntl.c (do_fcntl): This is the |