summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2014-01-02 00:10:29 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2014-01-02 00:10:29 +0100
commit248b21c8e8aeb108e33fe72303631e0b5a78842d (patch)
treedfdb1dd982152afb35933eca6a0ae5b0db70e14c
parentc9947db99dd47576439052c58f4827373256cfcd (diff)
add FIXME comment
-rw-r--r--sysdeps/pthread/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/pthread/Makefile b/sysdeps/pthread/Makefile
index 1c30542..0596130 100644
--- a/sysdeps/pthread/Makefile
+++ b/sysdeps/pthread/Makefile
@@ -1,3 +1,4 @@
ifeq ($(subdir),posix)
+ # FIXME: this is not getting $(pthread-version) from libpthread/Makefile!
CFLAGS-confstr.c += -DLIBPTHREAD_VERSION='"libpthread $(pthread-version)"'
endif