We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a554434 commit 56af7c9Copy full SHA for 56af7c9
src/parser_common.c
@@ -13,7 +13,7 @@
13
*/
14
15
#define _GNU_SOURCE
16
-#if defined (__FreeBSD__) /* hides asprintf */
+#if !defined (__FreeBSD__) /* hides asprintf */
17
# define _POSIX_C_SOURCE 200809L /* strdup, strndup */
18
#endif
19
tools/lint/completion.c
# define _POSIX_C_SOURCE 200809L /* strdup */
0 commit comments