commit bae27ca

uint  ·  2026-08-04 01:08:54 +0000 UTC
parent 28b60a4
Wayland: use POSIX source for ftruncate
1 files changed,  +2, -0
+2, -0
1@@ -1,3 +1,5 @@
2+#define _POSIX_C_SOURCE 200809L
3+
4 #include <fcntl.h>
5 #include <poll.h>
6 #include <stdlib.h>