This commit is contained in:
Omar Polo 2021-01-21 14:51:09 +00:00
parent 33ac26a0e5
commit 20c9ff466b
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@
#include <stdio.h>
#include <stdarg.h>
/* cheat: if we don't have getprogname in stdlib, will link against
/* cheat: if we don't have getprogname in libc, we will link against
* compat/getprogname.c anyway. */
const char *getprogname(void);