[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Lzip-bug] S_ISVTX is undefined without _XOPEN_SOURCE
From: |
Charlie Lin |
Subject: |
[Lzip-bug] S_ISVTX is undefined without _XOPEN_SOURCE |
Date: |
Tue, 26 Dec 2017 18:10:58 -0500 |
The patch adds _XOPEN_SOURCE=500
Explaination: on glibc, S_ISVTX is only visible if the aformentioned
macro is defined.
Compiler: gcc 7.2.1
CFLAGS=-Wall -Wextra -Werror -Wpedantic -fno-builtin -std=c99
xopen.diff
Description: Text Data
- [Lzip-bug] S_ISVTX is undefined without _XOPEN_SOURCE,
Charlie Lin <=