Added tests for Posix threads

This commit is contained in:
Michiel Broek
2003-11-29 14:45:39 +00:00
parent cb226754c0
commit be9fe37bcb
6 changed files with 274 additions and 1 deletions

View File

@@ -83,6 +83,7 @@
#include <setjmp.h>
#include <grp.h>
#include <sys/resource.h>
#include <pthread.h>
#ifdef HAVE_ICONV_H
#include <iconv.h>
#endif