update autoconf for latest compat functions
This commit is contained in:
9
crypto/compat/getprogname_linux.c
Normal file
9
crypto/compat/getprogname_linux.c
Normal file
@@ -0,0 +1,9 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
const char *
|
||||
getprogname(void)
|
||||
{
|
||||
return program_invocation_short_name;
|
||||
}
|
Reference in New Issue
Block a user