]> git.mdlowis.com Git - projs/tide.git/commitdiff
Explictly maerk buf.c as requiring posix APIs (truncate)
authorMichael D. Lowis <mike.lowis@gentex.com>
Tue, 3 Jan 2017 13:38:19 +0000 (08:38 -0500)
committerMichael D. Lowis <mike.lowis@gentex.com>
Tue, 3 Jan 2017 13:38:19 +0000 (08:38 -0500)
libedit/buf.c

index e36d375f69aab121b5e4711600bfc333b2783319..92c5440a307c7b962a7f5e17d13d3b66a5e1acbf 100644 (file)
@@ -1,3 +1,4 @@
+#define _POSIX_C_SOURCE 200809L
 #include <stdc.h>
 #include <utf.h>
 #include <edit.h>