diff options
author | bje <bje> | 1998-07-24 12:09:32 +0000 |
---|---|---|
committer | bje <bje> | 1998-07-24 12:09:32 +0000 |
commit | e014e52e7c0bab89204339f0dc98c110ae48715b (patch) | |
tree | e005b5ad4c4670dea578dd99164c2004871add4b /ChangeLog | |
parent | 44a56b7d9a229b18b9f9886888eb344ee3f1ff99 (diff) |
Minor #include and #ifdef fixes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -10,10 +10,9 @@ * create.c: #include <string.h> to get a prototype for memcpy(). (pthread_create): New threads inherit their creator's signal - mask. Copy the signal mask to the new thread structure. - + mask. Copy the signal mask to the new thread structure if we know + about signals. - Fri Jul 24 16:33:17 1998 Ross Johnson <rpj@swan.canberra.edu.au> * fork.c (pthread_atfork): Add all the necessary push calls. |