diff options
-rw-r--r-- | nptl/ChangeLog | 5 | ||||
-rw-r--r-- | nptl/sysdeps/pthread/pt-longjmp.c (renamed from nptl/sysdeps/generic/pt-longjmp.c) | 0 |
2 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index f69a346b7a..d1d9fc1025 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2004-02-13 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/generic/pt-longjmp.c: Moved to... + * sysdeps/pthread/pt-longjmp.c: ...here. New file. + 2004-01-29 Steven Munroe <sjmunroe@us.ibm.com> * Makefile (libpthread-routines): Add pt-cleanup. diff --git a/nptl/sysdeps/generic/pt-longjmp.c b/nptl/sysdeps/pthread/pt-longjmp.c index f161380eaa..f161380eaa 100644 --- a/nptl/sysdeps/generic/pt-longjmp.c +++ b/nptl/sysdeps/pthread/pt-longjmp.c |