Add _PC_CASE_INSENSITIVE to [f]pathconf
Update the getconf utility to support the new flag as well as _PC_POSIX_PERMISSIONS and _PC_POSIX_SECURITY. These were previously unsupported, probably as an oversight. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
committed by
Corinna Vinschen
parent
93374181cb
commit
dda82d1a7b
@@ -469,12 +469,13 @@ details. */
|
||||
302: Export nl_langinfo_l.
|
||||
303: Export pthread_getname_np, pthread_setname_np.
|
||||
304: Export strerror_l, strptime_l, wcsftime_l.
|
||||
305: [f]pathconf flag _PC_CASE_INSENSITIVE added.
|
||||
|
||||
Note that we forgot to bump the api for ualarm, strtoll, strtoull,
|
||||
sigaltstack, sethostname. */
|
||||
|
||||
#define CYGWIN_VERSION_API_MAJOR 0
|
||||
#define CYGWIN_VERSION_API_MINOR 304
|
||||
#define CYGWIN_VERSION_API_MINOR 305
|
||||
|
||||
/* There is also a compatibity version number associated with the shared memory
|
||||
regions. It is incremented when incompatible changes are made to the shared
|
||||
|
Reference in New Issue
Block a user