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.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/openbsd/include/stdlib.h b/core/openbsd/include/stdlib.h
deleted file mode 100644
index 0e1aa252..00000000
--- a/core/openbsd/include/stdlib.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#include_next <stdlib.h>
-#include <stdint.h>
-void *reallocarray(void *, size_t, size_t);
-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);
-void setprogname(const char *);
-const char *getprogname(void);
-extern char *__progname;