Merge pull request #3185 from emersion/remove-xopen-source

Replace _XOPEN_SOURCE with _POSIX_C_SOURCE
This commit is contained in:
Ryan Dwyer 2018-11-26 21:25:45 +10:00 committed by GitHub
commit af7a97623b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
51 changed files with 43 additions and 59 deletions

View file

@ -1,5 +1,4 @@
#define _POSIX_C_SOURCE 200809L
#define _XOPEN_SOURCE 700
#define _XOPEN_SOURCE 600 // for realpath
#include <stdio.h>
#include <stdbool.h>
#include <stdlib.h>