diff options
| author | Michael Forney <mforney@mforney.org> | 2016-04-18 02:26:16 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-04-18 02:27:17 -0700 |
| commit | 98dba7002932e3f76ee907b92aa2911a88c3e36e (patch) | |
| tree | 11ff3815839db1643e2acac732b944f05eff8bd8 /core/openbsd/include/string.h | |
| parent | b4bc94979483c44d91e32f1728d05d0fac4eaea5 (diff) | |
Add pax from OpenBSD 5.9
Diffstat (limited to 'core/openbsd/include/string.h')
| -rw-r--r-- | core/openbsd/include/string.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/openbsd/include/string.h b/core/openbsd/include/string.h new file mode 100644 index 00000000..242466e1 --- /dev/null +++ b/core/openbsd/include/string.h @@ -0,0 +1,2 @@ +#include_next <string.h> +void strmode(int, char *); |
