diff options
author | Roland McGrath <roland@gnu.org> | 2005-02-26 01:34:15 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-02-26 01:34:15 +0000 |
commit | 3053ff11b63e0a274c2f111e3dac61c787de639f (patch) | |
tree | aa4c6cdfcc78c33b866ac49f253be5cb18bb07bc | |
parent | 28ddcea0132ce6a885fba07494f5af1cb8f129f9 (diff) |
* alloca_cutoff.c: Correct license text.cvs/fedora-glibc-2_3-20050226T0141
* tst-unload.c: Likewise.
* sysdeps/pthread/allocalim.h: Likewise.
* sysdeps/pthread/pt-initfini.c: Likewise.
* sysdeps/pthread/bits/libc-lock.h: Likewise.
* sysdeps/pthread/bits/sigthread.h: Likewise.
* sysdeps/unix/sysv/linux/bits/local_lim.h: Likewise.
* sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise.
-rw-r--r-- | nptl/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 3463c5d885..e4aa9449df 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,14 @@ +2005-02-25 Roland McGrath <roland@redhat.com> + + * alloca_cutoff.c: Correct license text. + * tst-unload.c: Likewise. + * sysdeps/pthread/allocalim.h: Likewise. + * sysdeps/pthread/pt-initfini.c: Likewise. + * sysdeps/pthread/bits/libc-lock.h: Likewise. + * sysdeps/pthread/bits/sigthread.h: Likewise. + * sysdeps/unix/sysv/linux/bits/local_lim.h: Likewise. + * sysdeps/unix/sysv/linux/bits/posix_opt.h: Likewise. + 2005-02-16 Roland McGrath <roland@redhat.com> * sysdeps/pthread/pthread-functions.h (struct pthread_functions): |