diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-28 19:13:20 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-01-28 19:13:20 +0100 |
commit | d23965cf888f38b5ae4b27f1c8f9cba6674e1780 (patch) | |
tree | d75a8d066fc2025aaf9332cb4b04223154799349 /io | |
parent | 7c5b106dcbb10cf383ade30de14260f23a6ecfba (diff) | |
download | glibc-d23965cf888f38b5ae4b27f1c8f9cba6674e1780.zip glibc-d23965cf888f38b5ae4b27f1c8f9cba6674e1780.tar.gz glibc-d23965cf888f38b5ae4b27f1c8f9cba6674e1780.tar.bz2 |
Revert "hurd: Fix building io/tst-fchownat.c"
This reverts commit fc221145a734d128d8f56f40d40fd4bb70a1d151.
Diffstat (limited to 'io')
-rw-r--r-- | io/tst-fchownat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/io/tst-fchownat.c b/io/tst-fchownat.c index 8318842..e8adf62 100644 --- a/io/tst-fchownat.c +++ b/io/tst-fchownat.c @@ -20,7 +20,7 @@ static int dir_fd; static void prepare (void) { -#if !defined _POSIX_CHOWN_RESTRICTED || _POSIX_CHOWN_RESTRICTED == 0 +#if _POSIX_CHOWN_RESTRICTED == 0 if (pathconf (test_dir, _PC_CHOWN_RESTRICTED) != 0) #endif { |