summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sysdeps/pthread/pthread-functions.h
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-04-15 11:13:16 +0200
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2010-04-15 11:19:05 +0200
commit197d979d307c6d0872a4e6fec1c4e2804ab326df (patch)
tree2bdadcc0216269e60e21480e8f7fdc3408966b3e /libpthread/nptl/sysdeps/pthread/pthread-functions.h
parente035abf89fbe11a88a26372f1695c768aff7d9e1 (diff)
PTR_DEMANGLE: add documentation
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Diffstat (limited to 'libpthread/nptl/sysdeps/pthread/pthread-functions.h')
-rw-r--r--libpthread/nptl/sysdeps/pthread/pthread-functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/pthread/pthread-functions.h b/libpthread/nptl/sysdeps/pthread/pthread-functions.h
index 3808e4cb9..0ee39e003 100644
--- a/libpthread/nptl/sysdeps/pthread/pthread-functions.h
+++ b/libpthread/nptl/sysdeps/pthread/pthread-functions.h
@@ -103,7 +103,7 @@ struct pthread_functions
extern struct pthread_functions __libc_pthread_functions attribute_hidden;
extern int __libc_pthread_functions_init attribute_hidden;
-#if 0
+#if 0 /* def PTR_DEMANGLE */ /* we did not mangle, so do not demangle */
# define PTHFCT_CALL(fct, params) \
({ __typeof (__libc_pthread_functions.fct) __p; \
__p = __libc_pthread_functions.fct; \