summaryrefslogtreecommitdiff
path: root/lib/ftw_.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-01-22 15:46:38 +0000
committerJim Meyering <jim@meyering.net>2003-01-22 15:46:38 +0000
commit3ead987ffca12ea29a3c8bd563c82bb3009d1426 (patch)
tree3fc2a280925659a2efd19af68e4cf70edd48477b /lib/ftw_.h
parentf0a528b13a71beaa24def74d4b5b2233b389200e (diff)
downloadcoreutils-3ead987ffca12ea29a3c8bd563c82bb3009d1426.tar.xz
[anon enum] (FTW_DCHP): New member.
(FTW_DCHP): Define.
Diffstat (limited to 'lib/ftw_.h')
-rw-r--r--lib/ftw_.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/ftw_.h b/lib/ftw_.h
index 0102da6ba..6f3e59fd0 100644
--- a/lib/ftw_.h
+++ b/lib/ftw_.h
@@ -60,8 +60,10 @@ enum
# define FTW_DNR FTW_DNR
FTW_NS, /* Unstatable file. */
# define FTW_NS FTW_NS
- FTW_DCH, /* Can't chdir to directory. */
+ FTW_DCH, /* Can't chdir to named directory. */
# define FTW_DCH FTW_DCH
+ FTW_DCHP, /* Can't chdir to parent of named directory. */
+# define FTW_DCHP FTW_DCHP
# if defined __USE_BSD || defined __USE_XOPEN_EXTENDED