mirror of
https://github.com/swaywm/sway.git
synced 2026-04-27 06:46:25 -04:00
Merge pull request #3185 from emersion/remove-xopen-source
Replace _XOPEN_SOURCE with _POSIX_C_SOURCE
This commit is contained in:
commit
af7a97623b
51 changed files with 43 additions and 59 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue