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