summaryrefslogtreecommitdiff
path: root/include/pthread.h
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2013-10-22 19:53:52 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2013-10-22 19:53:52 +0000
commit23bbf7fa70060d04e9c4789d790066648a0ca892 (patch)
treeee0ec994c0810d460961c45ffc269ca906eb97fa /include/pthread.h
parentb53e60d39a447b4422c9df4ab02c6fbd1cb40aae (diff)
downloadsrc-test2-23bbf7fa70060d04e9c4789d790066648a0ca892.tar.gz
src-test2-23bbf7fa70060d04e9c4789d790066648a0ca892.zip
Notes
Diffstat (limited to 'include/pthread.h')
-rw-r--r--include/pthread.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/pthread.h b/include/pthread.h
index 40810f6e6a4d..3b56dbdbf749 100644
--- a/include/pthread.h
+++ b/include/pthread.h
@@ -175,6 +175,7 @@ int pthread_barrierattr_setpshared(pthread_barrierattr_t *, int);
{
#define pthread_cleanup_pop(execute) \
+ (void)0; \
} \
__pthread_cleanup_pop_imp(execute); \
}