diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-01-03 23:46:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-01-03 23:46:00 +0000 |
commit | 75c43017cb843ef4fd05ba342b858084d775405a (patch) | |
tree | e61b1e326c053a158e6d4bcf6c393ee35f1974d6 /linuxthreads | |
parent | 40e94df30ac7196cc43607e523c50a17db0193bc (diff) | |
download | glibc-75c43017cb843ef4fd05ba342b858084d775405a.zip glibc-75c43017cb843ef4fd05ba342b858084d775405a.tar.gz glibc-75c43017cb843ef4fd05ba342b858084d775405a.tar.bz2 |
Update.
2003-01-03 Ulrich Drepper <drepper@redhat.com>
* include/libc-symbols.h [HAVE_WEAK_SYMBOLS] (_weak_extern):
Define using _Pragma(weak ...).
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 0779f6d..c9da1c6 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,7 @@ +2003-01-03 Richard Henderson <rth@redhat.com> + + * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: New file. + 2003-01-03 Andreas Jaeger <aj@suse.de> * sysdeps/pthread/bits/libc-tsd.h: Declare weak_extern functions. |