diff options
| author | Michael Forney <mforney@mforney.org> | 2016-09-01 23:19:17 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-09-01 23:19:17 -0700 |
| commit | 579f6b6f3000b0fbf1d75fee8f2196d13130d5c6 (patch) | |
| tree | bdb43f494ab8bbb91c6ea775887ec5db9318f465 /core/openbsd/include/stdlib.h | |
| parent | 8384e7f4452189239f0d30d32c96c3e0fb3cae4b (diff) | |
openbsd: Update to 6.0
Diffstat (limited to 'core/openbsd/include/stdlib.h')
| -rw-r--r-- | core/openbsd/include/stdlib.h | 1 |
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; |
