mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-09 03:08:38 +01:00
Initialize __progname as NULL
This commit is contained in:
parent
5bd834027d
commit
31461c563a
@ -21,7 +21,7 @@
|
||||
|
||||
#include <bsd/stdlib.h>
|
||||
|
||||
static char *__progname;
|
||||
static char *__progname = NULL;
|
||||
|
||||
char *
|
||||
getprogname ();
|
||||
|
Loading…
Reference in New Issue
Block a user