From 579f6b6f3000b0fbf1d75fee8f2196d13130d5c6 Mon Sep 17 00:00:00 2001 From: Michael Forney Date: Thu, 1 Sep 2016 23:19:17 -0700 Subject: openbsd: Update to 6.0 --- core/openbsd/include/stdlib.h | 1 + 1 file changed, 1 insertion(+) (limited to 'core/openbsd/include/stdlib.h') 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; -- cgit v1.2.3