diff options
Diffstat (limited to 'nonportable.c')
-rw-r--r-- | nonportable.c | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/nonportable.c b/nonportable.c index 4c8b449..8e0e507 100644 --- a/nonportable.c +++ b/nonportable.c @@ -37,9 +37,11 @@ #include "pthread.h" #include "implement.h" -#include "np_mutexattr_setkind.c" -#include "np_mutexattr_getkind.c" -#include "np_getw32threadhandle.c" -#include "np_delay.c" -#include "np_num_processors.c" -#include "np_win32_attach.c" +#include "pthread_mutexattr_setkind_np.c" +#include "pthread_mutexattr_getkind_np.c" +#include "pthread_getw32threadhandle_np.c" +#include "pthread_delay_np.c" +#include "pthread_num_processors_np.c" +#include "pthread_win32_attach_detach_np.c" +#include "pthread_timechange_handler_np.c" + |