diff options
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 -}; |
