Tagged Questions
0
votes
1answer
137 views
POSIX conformance: NetBSD 5.1 <sys/time.h> gettimeofday declaration
I'm compiling some code which requests POSIX 1003.1 1993 conformance via -D_POSIX_C_SOURCE=2.
The code includes the header <sys/time.h> and wants to call gettimeofday, but on NetBSD 5.1 there ...