10 Jul
2006
10 Jul
'06
11:42
On Mon, 10 Jul 2006, 11:28:36 +0200, Per Jessen wrote:
Jerry Feldman wrote:
These are not standard POSIX thread functions, but are Unix 98 functions. Add #define __UNIX98
I use those locking functions too, and just compile with gcc -D_GNU_SOURCE.
FWIW, you can find all the details in /usr/include/features.h; there you see the following comment: /* If _GNU_SOURCE was defined by the user, turn on all the other * features. */ Cheers. l8er manfred