diff options
| author | Jakob Kaivo <jkk@ung.org> | 2019-01-27 21:34:14 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2019-01-27 21:34:14 -0500 |
| commit | 4c392ea7ececd1ec94e21bdfc05f6e9c65e67607 (patch) | |
| tree | 3cd77a0221754192a162009bc7e529b366e21220 /nonstd | |
| parent | b91c1a14824c49ca041c68452929870ceadaccd2 (diff) | |
moved to POSIX.2-1992 where it belongs
Diffstat (limited to 'nonstd')
| -rw-r--r-- | nonstd/generated/confstr.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/nonstd/generated/confstr.h b/nonstd/generated/confstr.h deleted file mode 100644 index 72702d24..00000000 --- a/nonstd/generated/confstr.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifdef _POSIX_SOURCE -#include <unistd.h> -#endif - -static const char *confstr[] = { - #ifdef _CS_PATH - [_CS_PATH] = "/bin", - #endif - 0 -}; |
