summaryrefslogtreecommitdiff
path: root/sway/commands/rename.c
diff options
context:
space:
mode:
authorRyan Dwyer <[email protected]>2018-11-26 21:25:45 +1000
committerGitHub <[email protected]>2018-11-26 21:25:45 +1000
commitaf7a97623bf147205abffb7e17d55aca980cbaf1 (patch)
tree033e8758cc4bfc23326fa3cdab86540307241d1c /sway/commands/rename.c
parent0ebb4107bc953aeaf07acd2258185879cf13f053 (diff)
parent3a310f92ab619cf8afcb99486bc91b49c7989791 (diff)
Merge pull request #3185 from emersion/remove-xopen-source
Replace _XOPEN_SOURCE with _POSIX_C_SOURCE
Diffstat (limited to 'sway/commands/rename.c')
-rw-r--r--sway/commands/rename.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sway/commands/rename.c b/sway/commands/rename.c
index 0cee9293..29f90d81 100644
--- a/sway/commands/rename.c
+++ b/sway/commands/rename.c
@@ -1,4 +1,3 @@
-#define _XOPEN_SOURCE 500
#include <ctype.h>
#include <string.h>
#include <strings.h>