Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
at devShellTools-shell 11 lines 201 B view raw
1--- a/main.h 2+++ b/main.h 3@@ -68,7 +68,7 @@ memset(VAR,0,SIZE * sizeof(TYPE)); 4 5 6 7-#ifdef __GLIBC__ 8+#if defined(__GLIBC__) || defined (__APPLE__) 9 extern char *__progname; 10 #else 11 char *__progname;