summaryrefslogtreecommitdiffhomepage
path: root/src/3p/chibicc/chibicc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/3p/chibicc/chibicc.h')
-rw-r--r--src/3p/chibicc/chibicc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3p/chibicc/chibicc.h b/src/3p/chibicc/chibicc.h
index 1719bc5..82aad11 100644
--- a/src/3p/chibicc/chibicc.h
+++ b/src/3p/chibicc/chibicc.h
@@ -28,7 +28,7 @@
#include <time.h>
//#include <unistd.h>
-// exists on all Unixes but normally hidden _GNU_SOURCE on Linux.
+// exists on all Unixes but normally hidden behind _GNU_SOURCE on Linux.
// missing entirely on Windows (implemented in 3p/openbsd/asprintf.c for compat)
int vasprintf(char **str, const char *fmt, va_list ap);