aboutsummaryrefslogtreecommitdiffstats
path: root/src/serdi.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-07-15 15:42:52 -0400
committerDavid Robillard <d@drobilla.net>2022-07-16 09:33:02 -0400
commit51326d59fc1054b2a1c33467130cae7e159f0983 (patch)
treedcd1bb1e320f00b3d5a5db6caef2bd8c81c8cf80 /src/serdi.c
parent208f680a7d2fc6b0b2fe11aea416de784235c6bb (diff)
downloadserd-51326d59fc1054b2a1c33467130cae7e159f0983.tar.gz
serd-51326d59fc1054b2a1c33467130cae7e159f0983.tar.bz2
serd-51326d59fc1054b2a1c33467130cae7e159f0983.zip
Define _POSIX_C_SOURCE globally in the build system
Using inconsistent defines like this that affect the standard library implementation can cause issues. So, doing this consistently for the whole library is a better approach, although it unfortunately makes the code more difficult to compile manually.
Diffstat (limited to 'src/serdi.c')
-rw-r--r--src/serdi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/serdi.c b/src/serdi.c
index bbeffa2b..7f57dc5f 100644
--- a/src/serdi.c
+++ b/src/serdi.c
@@ -14,8 +14,6 @@
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#define _POSIX_C_SOURCE 200809L /* for fileno and posix_fadvise */
-
#include "serd_config.h"
#include "string_utils.h"