diff options
Diffstat (limited to 'config/has/confstr.c')
-rw-r--r-- | config/has/confstr.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/config/has/confstr.c b/config/has/confstr.c deleted file mode 100644 index 58280b4..0000000 --- a/config/has/confstr.c +++ /dev/null @@ -1,9 +0,0 @@ -// Copyright © Tavian Barnes <tavianator@tavianator.com> -// SPDX-License-Identifier: 0BSD - -#include <unistd.h> - -int main(void) { - confstr(_CS_PATH, NULL, 0); - return 0; -} |