summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorbje <bje>1998-10-04 23:01:58 +0000
committerbje <bje>1998-10-04 23:01:58 +0000
commit2363e35bd8151df977e1451f741c2fe48e64304c (patch)
treebdddf08ebe58888997f29c1fe876322108b2876b /tests
parent46f41765e5df9e8c77e54c7e13e46796080920e2 (diff)
1998-10-05 Ben Elliston <bje@cygnus.com>
* pthread.def: Update. Some functions aren't available yet, others are macros in <pthread.h>. * tests/join.c: Remove; useless.
Diffstat (limited to 'tests')
-rw-r--r--tests/join.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/join.c b/tests/join.c
deleted file mode 100644
index a353eae..0000000
--- a/tests/join.c
+++ /dev/null
@@ -1,12 +0,0 @@
-/*
- * Test for pthread_join().
- *
- * Depends on API functions: pthread_create().
- */
-
-#include <pthread.h>
-
-int
-main(int argc, char * argv[])
-{
-}