diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-06-01 08:52:38 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-06-01 08:52:38 +0000 |
commit | 80b5421740a2aeed70072c378762005b671086af (patch) | |
tree | 8ec9e742adb052f5f9b2a7c246ca24f3712c093e /ChangeLog | |
parent | 31195be25b5cd8e88426ab2496eaeb4d508b0764 (diff) | |
download | glibc-80b5421740a2aeed70072c378762005b671086af.tar.gz glibc-80b5421740a2aeed70072c378762005b671086af.tar.xz glibc-80b5421740a2aeed70072c378762005b671086af.zip |
Update.
2003-06-01 Ulrich Drepper <drepper@redhat.com> * elf/Makefile (CFLAGS-dl-runtime.c): Define. * wcsmbs/wcpncpy.c (__wcpncpy): Fix broken implementation to match stpncpy.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3ca7aa9dd2..0139b51bfd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-06-01 Ulrich Drepper <drepper@redhat.com> + + * elf/Makefile (CFLAGS-dl-runtime.c): Define. + + * wcsmbs/wcpncpy.c (__wcpncpy): Fix broken implementation to match + stpncpy. + 2003-05-31 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h (SA_NOCLDWAIT): Define. |