aboutsummaryrefslogtreecommitdiff
path: root/src/thread/pthread_mutexattr_setrobust.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread/pthread_mutexattr_setrobust.c')
-rw-r--r--src/thread/pthread_mutexattr_setrobust.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/thread/pthread_mutexattr_setrobust.c b/src/thread/pthread_mutexattr_setrobust.c
index 30a9ac3b..8f835ff1 100644
--- a/src/thread/pthread_mutexattr_setrobust.c
+++ b/src/thread/pthread_mutexattr_setrobust.c
@@ -21,3 +21,11 @@ int pthread_mutexattr_setrobust(pthread_mutexattr_t *a, int robust)
a->__attr &= ~4;
return 0;
}
+
+
+#ifdef TEST
+int
+main(void) {
+ return 0;
+}
+#endif