Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update.
	* libc.map: Add __strcasecmp.
  • Loading branch information
Ulrich Drepper committed Feb 15, 1998
1 parent 14ea22e commit 64ea8be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
@@ -1,5 +1,7 @@
1998-02-15 Ulrich Drepper <drepper@cygnus.com>

* libc.map: Add __strcasecmp.

* nss/nsswitch.c (__nss_lookup): Return 1 if this was the last
module.

Expand Down
1 change: 1 addition & 0 deletions libc.map
Expand Up @@ -100,6 +100,7 @@ GLIBC_2.0 {
__vsscanf; __vfscanf; __vsnprintf;
_rpc_dtablesize; _null_auth; _seterr_reply;
__res_randomid; __syscall_rt_sigqueueinfo; __getpid; __pread64; __pwrite64;
__strcasecmp;

# Exception handling support functions from libgcc
__register_frame; __register_frame_table; __deregister_frame;
Expand Down
9 changes: 3 additions & 6 deletions timezone/Makefile
Expand Up @@ -94,14 +94,11 @@ $(tzfiles:%=$(objpfx)z.%): $(objpfx)z.%: % Makefile
echo 'ifdef $*-zones' ;\
if test x$(findstring $*, $(tzlinks)) != x; then \
echo '$$(addprefix $$(inst_zonedir)/right/,$$($*-zones)): \';\
echo '$$(foreach t,$$(tzbases),$$(addprefix $$(inst_zonedir)/right/,
$$($$t-zones)))' ;\
echo '$$(foreach t,$$(tzbases),$$(addprefix $$(inst_zonedir)/right/,$$($$t-zones)))' ;\
echo '$$(addprefix $$(inst_zonedir)/posix/,$$($*-zones)): \';\
echo '$$(foreach t,$$(tzbases),$$(addprefix $$(inst_zonedir)/posix/,
$$($$t-zones)))' ;\
echo '$$(foreach t,$$(tzbases),$$(addprefix $$(inst_zonedir)/posix/,$$($$t-zones)))' ;\
echo '$$(addprefix $$(inst_zonedir)/,$$($*-zones)): \' ;\
echo '$$(foreach t,$$(tzbases),$$(addprefix $$(inst_zonedir)/,$$($$t
-zones)))' ;\
echo '$$(foreach t,$$(tzbases),$$(addprefix $$(inst_zonedir)/,$$($$t-zones)))' ;\
fi ;\
echo '$$(addprefix $$(inst_datadir)/zone%/right/,$$($*-zones)): \' ;\
echo '$< $$(objpfx)zic leapseconds yearistype' ;\
Expand Down

0 comments on commit 64ea8be

Please sign in to comment.