From d02934bba1ffc765ceb67f3fa7cddbfebadf1a07 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Wed, 27 Mar 2019 22:57:45 -0400 Subject: Replace feature test macro with _XOPEN_SOURCE For some reason the former makes snprintf disappear on macOS even though it's specified in C99??? --- dump.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dump.c b/dump.c index 63ebba3..f9f636f 100644 --- a/dump.c +++ b/dump.c @@ -14,7 +14,7 @@ * along with this program. If not, see . */ -#define _POSIX_C_SOURCE 2 +#define _XOPEN_SOURCE #include #include -- cgit 1.4.1 004aa9ee41cfd080e'>this commit dontfiles
summary refs log tree commit diff
Commit message (Expand)Author
10 daysAdd mastodon posting scriptJune McEnroe
2025-05-17Remove somethingJune McEnroe
2025-05-17Add all the numbered roll metadataJune McEnroe
2025-05-17Add ability to put a note on a rollJune McEnroeEnroe
2019-12-21Revert "Add first working version of imbox"June McEnroe
2019-12-21Add first working version of imboxJune McEnroe
2019-12-20Respect mailmap in gl pretty formatJune McEnroe
2019-12-20Set LANG in cgit filtersJune McEnroe
2019-12-20Source .editrc before applying -v or -eJune McEnroe
2019-12-20Disable signing commitsJune McEnroe
2019-12-19Ignore about-filterJune McEnroe
2019-12-19Fix matching make tags with no sourcesJune McEnroe
2019-12-19Avoid matching := assignments as tagsJune McEnroe
2019-12-18Hide line numbers when rendering mdocJune McEnroe
2019-12-18Customize cgit CSSJune McEnroe
2019-12-18Use :target rather than :focus pseudo-classJune McEnroe
2019-12-18Copy cgit auxiliary binaries properlyJune McEnroe
2019-12-18Add git.causal.agency cgit configJune McEnroe
2019-12-18Bail from hi if input is binaryJune McEnroe
2019-12-16Post "cgit setup"June McEnroe