mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-02 16:01:20 +03:00
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.
This commit is contained in:
@@ -231,7 +231,7 @@ typedef void (*receiver_fct) (int, const char *, const char *);
|
||||
user interface to run-time dynamic linking. */
|
||||
|
||||
|
||||
/* Parameters passed to te dynamic linker. */
|
||||
/* Parameters passed to the dynamic linker. */
|
||||
extern char **_dl_argv;
|
||||
|
||||
/* Cached value of `getpagesize ()'. */
|
||||
@@ -245,7 +245,7 @@ extern const char *_dl_profile;
|
||||
/* Map of shared object to be profiled. */
|
||||
extern struct link_map *_dl_profile_map;
|
||||
|
||||
/* If nonzero the appropriate debug information if printed. */
|
||||
/* If nonzero the appropriate debug information is printed. */
|
||||
extern int _dl_debug_libs;
|
||||
extern int _dl_debug_impcalls;
|
||||
|
||||
|
Reference in New Issue
Block a user