Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 4 Mar 2003 20:55:08 +0000 (20:55 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 4 Mar 2003 20:55:08 +0000 (20:55 +0000)
commit518b53086ca3c10b3587e1162602c8f2aacccbde
tree3273fb920f07195dd01a64ea92627530da2ee806
parente2b80a5802e58d8922faf4b56d275897cf0f6f18
Update.

* pthread_create.c: Define __pthread_keys using nocommon
attribute, not by placing it explicitly in bss.
Remove DEFINE_DEALLOC definition.  Not needed anymore.

* allocatestack.c: Define ARCH_MAP_FLAGS if not already defined.
Use it in mmap call to allocate stacks.

* sysdeps/pthread/createthread.c (create_thread): Fix comment.
nptl/ChangeLog
nptl/allocatestack.c
nptl/pthread_create.c