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