]> sourceware.org Git - newlib-cygwin.git/commit
Define _AT_NULL_PATHNAME_ALLOWED
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 12 Jul 2023 11:27:04 +0000 (13:27 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 26 Jul 2023 13:19:59 +0000 (15:19 +0200)
commit38b8c322d4798cec04c56f79112b84a465a15d27
tree710f00563176b57b2ac1fbe5a40d0f7bc38e2e46
parent26775886a3b4d3c858f40f6f42b61f866d9c1c2a
Define _AT_NULL_PATHNAME_ALLOWED

Cygwin needs an internal flag to allow specifying an empty pathname
in utimesat (GLIBC extension). We define it in _default_fcntl.h to
make sure we never introduce a value collision accidentally.
While at it, define the values as 16 bit hex values.

Reviewed-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
newlib/libc/include/sys/_default_fcntl.h
This page took 0.025221 seconds and 5 git commands to generate.