diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-03-07 19:52:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-03-07 19:52:45 +0000 |
commit | a78de796b7911443b7af40177ee9c33cf69a82e5 (patch) | |
tree | 1170bfb700d0f46cd1fe64e0dcb2586c4f9e0a6a /ChangeLog | |
parent | b7296fd4eec51c97f3530670641a8d7699864538 (diff) | |
download | glibc-a78de796b7911443b7af40177ee9c33cf69a82e5.zip glibc-a78de796b7911443b7af40177ee9c33cf69a82e5.tar.gz glibc-a78de796b7911443b7af40177ee9c33cf69a82e5.tar.bz2 |
Update.
1998-03-07 Ulrich Drepper <drepper@cygnus.com>
* elf/link.h: Fix typos.
Reported by Andreas Jaeger.
* nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment.
* nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
* sysdeps/i386/elf/start.S: Don't call main directly, call
* nis/nis_call.c (__do_niscall): Safe and reset errno.
* nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -1,3 +1,11 @@ +1998-03-07 Ulrich Drepper <drepper@cygnus.com> + + * elf/link.h: Fix typos. + Reported by Andreas Jaeger. + + * nscd/nscd_getpw_r.c (__nscd_getpw_r): Remove false comment. + * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise. + 1998-03-06 Ulrich Drepper <drepper@cygnus.com> * argp/argp-help.c: Remove last bits of using gettext instead of @@ -25,8 +33,8 @@ For LD_DEBUG=libs also set _dl_debug_impcalls. * sysdeps/generic/dl-cache.c: Include unistd.h. * sysdeps/generic/libc-start.c: New file. - * sysdeps/i386/elf/start.S: Don't call main directly, call * sysdeps/unix/sysv/linux/libc-start.c: New file. + * sysdeps/i386/elf/start.S: Don't call main directly, call __libc_start_main instead. * elf/Makefile ($(objpfx)ld.so): Add $(load-map-file) as dependency. @@ -71,9 +79,9 @@ 1998-03-06 Andreas Jaeger <aj@arthur.rhein-neckar.de> - * nis/nis_call.c (do_ypcall, yp_all): Safe and reset errno. + * nis/nis_call.c (__do_niscall): Safe and reset errno. - * nis/ypclnt.c (__yp_bind): Safe and reset errno. + * nis/ypclnt.c (do_ypcall, yp_all): Safe and reset errno. 1998-03-01 Andreas Jaeger <aj@arthur.rhein-neckar.de> |