mirror of
https://github.com/octoleo/lsyncd.git
synced 2025-01-08 09:18:30 +00:00
some older glibc still need this it seems
This commit is contained in:
parent
13bdd9075f
commit
42413cabbe
1
lsyncd.h
1
lsyncd.h
@ -13,6 +13,7 @@
|
|||||||
|
|
||||||
// some older machines need this to see pselect
|
// some older machines need this to see pselect
|
||||||
#define _DEFAULT_SOURCE 1
|
#define _DEFAULT_SOURCE 1
|
||||||
|
#define _BSD_SOURCE 1
|
||||||
#define _XOPEN_SOURCE 700
|
#define _XOPEN_SOURCE 700
|
||||||
#define _DARWIN_C_SOURCE 1
|
#define _DARWIN_C_SOURCE 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user