summaryrefslogtreecommitdiffstats
path: root/cpukit/libstdthreads/call_once.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libstdthreads/call_once.c')
-rw-r--r--cpukit/libstdthreads/call_once.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/cpukit/libstdthreads/call_once.c b/cpukit/libstdthreads/call_once.c
index 2d7d6ff89e..9a577d68db 100644
--- a/cpukit/libstdthreads/call_once.c
+++ b/cpukit/libstdthreads/call_once.c
@@ -26,13 +26,9 @@
* $FreeBSD r228904 2011-12-26T21:51:53Z$
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
+#include <threads.h>
#include <pthread.h>
-#include "threads.h"
-
void
call_once(once_flag *flag, void (*func)(void))
{