Skip to content

Commit

Permalink
forgot OS dependent macro
Browse files Browse the repository at this point in the history
  • Loading branch information
MedicineYeh committed Feb 3, 2016
1 parent a721288 commit ff84a85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions thpool.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@
*
********************************/

#if defined(__linux__)
#define _GNU_SOURCE
#endif
#include <unistd.h>
#include <signal.h>
#include <stdio.h>
Expand Down

0 comments on commit ff84a85

Please sign in to comment.