Add _GNU_SOURCE to get O_NOFOLLOW on debian squeeze.
This commit is contained in:
parent
6e19780551
commit
215e788f62
@ -1,3 +1,4 @@
|
||||
#define _GNU_SOURCE /* For O_NOFOLLOW. */
|
||||
#include <errno.h>
|
||||
#include <ioall.h>
|
||||
#include <fcntl.h>
|
||||
|
Loading…
Reference in New Issue
Block a user