diff options
Diffstat (limited to 'tests/join.c')
-rw-r--r-- | tests/join.c | 12 |
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[]) -{ -} |