Comparison

util-src/pposix.c @ 9281:927adf8648d3

Merge 0.10->trunk
author Kim Alvefur <zash@zash.se>
date Sat, 08 Sep 2018 11:51:52 +0200
parent 9279:d5c771097ea7
parent 9280:37b796cc366a
child 9282:778d2dbfc784
comparison
equal deleted inserted replaced
9279:d5c771097ea7 9281:927adf8648d3
22 #endif 22 #endif
23 #else 23 #else
24 #ifndef _DEFAULT_SOURCE 24 #ifndef _DEFAULT_SOURCE
25 #define _DEFAULT_SOURCE 25 #define _DEFAULT_SOURCE
26 #endif 26 #endif
27 #endif
28 #if defined(__APPLE__)
29 #define _DARWIN_C_SOURCE
27 #endif 30 #endif
28 #ifndef _POSIX_C_SOURCE 31 #ifndef _POSIX_C_SOURCE
29 #define _POSIX_C_SOURCE 200809L 32 #define _POSIX_C_SOURCE 200809L
30 #endif 33 #endif
31 34