mirror of
https://github.com/urbit/shrub.git
synced 2025-01-03 01:54:43 +03:00
vere/unix.c: set _XOPEN_SOURCE
Above feature macro is needed on glibc 2.17 era, in order to activate ftw* related functions/macros.
This commit is contained in:
parent
7e416d202d
commit
b12f2dd9b3
@ -1,6 +1,7 @@
|
||||
/* vere/unix.c
|
||||
**
|
||||
*/
|
||||
#define _XOPEN_SOURCE 700
|
||||
#include <fcntl.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/stat.h>
|
||||
|
Loading…
Reference in New Issue
Block a user