diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-06-30 12:18:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-06-30 12:18:36 +0000 |
commit | d64fae6a4457d756ab554099fd5eac58c116edf3 (patch) | |
tree | 3a24374944380437c99bf22c5c95c6aa3b3b1e61 /linuxthreads | |
parent | 4959e310bfbf3fa34b5a4b4ff688d8d564c8363c (diff) | |
download | glibc-d64fae6a4457d756ab554099fd5eac58c116edf3.tar glibc-d64fae6a4457d756ab554099fd5eac58c116edf3.tar.gz glibc-d64fae6a4457d756ab554099fd5eac58c116edf3.tar.bz2 glibc-d64fae6a4457d756ab554099fd5eac58c116edf3.zip |
Update.
1998-06-30 Ulrich Drepper <drepper@cygnus.com>
* posix/Makefile (headers): Remove bits/pthreadtypes.h.
* sysdeps/unix/sysv/linux/Makefile [subdir==posix] (headers): Add
bits/pthreadtypes.h.
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 05c842a65f..08525005b6 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,3 +1,17 @@ +1998-06-30 11:47 Ulrich Drepper <drepper@cygnus.com> + + * attr.c: Include errno.h. Use memcpy to copy sched_param. + * internals.h: Include limits.h. + * manager.c: Use memcpy to copy sched_param. + * ptfork.c: Include errno.h. + * pthread.c: Likewise. + * semaphore.c: Likewise. + * specific.c: Likewise. + * spinlock.h: Likewise. + * sysdeps/pthread/pthread.h: Include only allowed headers. Move + type definition to ... + * sysdeps/pthread/bits/pthreadtypes.h: ...here. New file. + 1998-06-29 12:34 Ulrich Drepper <drepper@cygnus.com> * sysdeps/pthread/pthread.h: Use __PMT not __P for function pointers. |