diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Makefile | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2008-07-18 Samuel Thibault <samuel.thibault@ens-lyon.org> + + * Makefile (sysdeps_headers): add pthread/pthreadtypes.h + 2008-06-29 Samuel Thibault <samuel.thibault@ens-lyon.org> * sysdeps/generic/pt-mutex-unlock.c (__pthread_mutex_unlock): @@ -137,6 +137,7 @@ libname = libpthread sysdeps_headers = \ pthread.h \ pthread/pthread.h \ + pthread/pthreadtypes.h \ semaphore.h \ \ bits/pthread.h \ |