]> sigrok.org Git - libserialport.git/commitdiff
Define _POSIX_C_SOURCE to 199309L to get clock_gettime().
authorMartin Ling <redacted>
Sat, 4 Jan 2020 15:39:54 +0000 (15:39 +0000)
committerUwe Hermann <redacted>
Sat, 4 Jan 2020 17:27:25 +0000 (18:27 +0100)
libserialport_internal.h

index d784472bb12d0c218413d645ff38e3dec8588da3..0ad6f701a05a631e7d22daefa4e1f1c1caa6c215 100644 (file)
@@ -26,6 +26,8 @@
 /* For timeradd, timersub, timercmp, realpath. */
 #define _BSD_SOURCE 1 /* for glibc < 2.19 */
 #define _DEFAULT_SOURCE 1 /* for glibc >= 2.20 */
+/* For clock_gettime and associated types. */
+#define _POSIX_C_SOURCE 199309L
 #endif
 
 #include <string.h>