add unimpl fallback for getprogname
This commit is contained in:
7
crypto/compat/getprogname_unimpl.c
Normal file
7
crypto/compat/getprogname_unimpl.c
Normal file
@@ -0,0 +1,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
const char *
|
||||
getprogname(void)
|
||||
{
|
||||
return "?";
|
||||
}
|
Reference in New Issue
Block a user