summaryrefslogtreecommitdiffstats
path: root/cpukit/libstdthreads/tss.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libstdthreads/tss.c')
-rw-r--r--cpukit/libstdthreads/tss.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/cpukit/libstdthreads/tss.c b/cpukit/libstdthreads/tss.c
index 0d4eea7a2e..9ff9d3bd3a 100644
--- a/cpukit/libstdthreads/tss.c
+++ b/cpukit/libstdthreads/tss.c
@@ -26,13 +26,10 @@
* $FreeBSD r228904 2011-12-26T21:51:53Z$
*/
-#include <sys/cdefs.h>
-__FBSDID("$FreeBSD$");
-
+#include <threads.h>
+#include <limits.h>
#include <pthread.h>
-#include "threads.h"
-
int
tss_create(tss_t *key, tss_dtor_t dtor)
{