summaryrefslogtreecommitdiff
path: root/core/openbsd/include/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/openbsd/include/stdlib.h')
-rw-r--r--core/openbsd/include/stdlib.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/openbsd/include/stdlib.h b/core/openbsd/include/stdlib.h
index 752bb98a..07b121f8 100644
--- a/core/openbsd/include/stdlib.h
+++ b/core/openbsd/include/stdlib.h
@@ -5,3 +5,4 @@ long long strtonum(const char *, long long, long long, const char **);
uint32_t arc4random(void);
uint32_t arc4random_uniform(uint32_t);
void arc4random_buf(void *, size_t);
+extern char *__progname;