diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2024-02-16 15:17:18 +0100 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2024-02-16 15:17:18 +0100 |
| commit | a69232b0881f0a6e6ed59a03f815144818e76267 (patch) | |
| tree | 654d9fb88fb1885088a6638169bff592b8bd0bc0 /swaybar/ipc.c | |
| parent | dd8d589f85c7d0193e9d84813494dde1baf03d68 (diff) | |
Define _POSIX_C_SOURCE globally
See discussion in https://gitlab.freedesktop.org/wlroots/wlroots/-/merge_requests/4555
Diffstat (limited to 'swaybar/ipc.c')
| -rw-r--r-- | swaybar/ipc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/swaybar/ipc.c b/swaybar/ipc.c index 33ae6544..03500bdf 100644 --- a/swaybar/ipc.c +++ b/swaybar/ipc.c @@ -1,4 +1,3 @@ -#define _POSIX_C_SOURCE 200809 #include <limits.h> #include <poll.h> #include <stdio.h> |
