summaryrefslogtreecommitdiff
path: root/src/threads/cnd_t.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/threads/cnd_t.c')
-rw-r--r--src/threads/cnd_t.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/threads/cnd_t.c b/src/threads/cnd_t.c
deleted file mode 100644
index cb6a93d0..00000000
--- a/src/threads/cnd_t.c
+++ /dev/null
@@ -1,5 +0,0 @@
-typedef /* same as pthread_cond_t */ cnd_t;
-
-/*
-STDC(201112)
-*/