aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-03-04 21:28:14 +0000
committerUlrich Drepper <drepper@redhat.com>2003-03-04 21:28:14 +0000
commit6245b6ae6aa792737f3b4acca34c8cf1a0bf2a80 (patch)
treeb18a1ae7a527b37d8f49cc8fd049355a4b31b86b /nptl/ChangeLog
parent518b53086ca3c10b3587e1162602c8f2aacccbde (diff)
downloadglibc-6245b6ae6aa792737f3b4acca34c8cf1a0bf2a80.tar
glibc-6245b6ae6aa792737f3b4acca34c8cf1a0bf2a80.tar.gz
glibc-6245b6ae6aa792737f3b4acca34c8cf1a0bf2a80.tar.bz2
glibc-6245b6ae6aa792737f3b4acca34c8cf1a0bf2a80.zip
Update.
* pthread_attr_setstack.c: Moved to... * sysdeps/pthread/pthread_attr_setstack.c: ...here. New file. * pthread_attr_setstackaddr.c: Moved to... * sysdeps/pthread/pthread_attr_setstackaddr.c: ...here. New file.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 8756489cad..daa6b4e46c 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,5 +1,10 @@
2003-03-04 Ulrich Drepper <drepper@redhat.com>
+ * pthread_attr_setstack.c: Moved to...
+ * sysdeps/pthread/pthread_attr_setstack.c: ...here. New file.
+ * pthread_attr_setstackaddr.c: Moved to...
+ * sysdeps/pthread/pthread_attr_setstackaddr.c: ...here. New file.
+
* pthread_create.c: Define __pthread_keys using nocommon
attribute, not by placing it explicitly in bss.
Remove DEFINE_DEALLOC definition. Not needed anymore.