summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Makefile1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8854412..0cd05f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):
diff --git a/Makefile b/Makefile
index 0fa0096..0076220 100644
--- a/Makefile
+++ b/Makefile
@@ -137,6 +137,7 @@ libname = libpthread
sysdeps_headers = \
pthread.h \
pthread/pthread.h \
+ pthread/pthreadtypes.h \
semaphore.h \
\
bits/pthread.h \