diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-02-15 20:23:42 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-02-15 20:23:42 +0000 |
commit | 64ea8bea1c4ba326e9368c477662ec54b345c73b (patch) | |
tree | 6d541c0e47411cff0a3a1976828844972a83da53 /libc.map | |
parent | 14ea22e96c0b6fce54e2451c69c96c429177b62c (diff) | |
download | glibc-64ea8bea1c4ba326e9368c477662ec54b345c73b.tar glibc-64ea8bea1c4ba326e9368c477662ec54b345c73b.tar.gz glibc-64ea8bea1c4ba326e9368c477662ec54b345c73b.tar.bz2 glibc-64ea8bea1c4ba326e9368c477662ec54b345c73b.zip |
Update.
* libc.map: Add __strcasecmp.
Diffstat (limited to 'libc.map')
-rw-r--r-- | libc.map | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |