diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-08-05 06:39:52 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-08-05 06:39:52 +0000 |
commit | fcd31f5a9fdb31893f0204556e6498a4af6e1d68 (patch) | |
tree | fd58f652fc9feed4afc0ea2a96703b98e9384c5e /linuxthreads/ChangeLog | |
parent | 234dd7a6ba1a9783f43d500f8ee745b2f5b4db5a (diff) | |
download | glibc-fcd31f5a9fdb31893f0204556e6498a4af6e1d68.tar glibc-fcd31f5a9fdb31893f0204556e6498a4af6e1d68.tar.gz glibc-fcd31f5a9fdb31893f0204556e6498a4af6e1d68.tar.bz2 glibc-fcd31f5a9fdb31893f0204556e6498a4af6e1d68.zip |
Update.
* Makefile (tests): Add tststack. Add rule to build the program.
* tststack.c: New file.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 58947167da..00bbfb171b 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,8 @@ 2000-08-04 Ulrich Drepper <drepper@redhat.com> + * Makefile (tests): Add tststack. Add rule to build the program. + * tststack.c: New file. + * internals.h: Declare __pthread_max_stacksize. * pthread.c (__pthread_max_stacksize): New variable. (__pthread_initialize_manager): Determine __pthread_initialize_manager |