Skip to content
Commits on Source (2)
......@@ -49,7 +49,7 @@
# define SEEK_END 2 /* Seek from end of file. */
#endif /* XPG */
-/* The constants AT_REMOVEDIR and AT_EACCESS have the same value. AT_EASSESS
-/* The constants AT_REMOVEDIR and AT_EACCESS have the same value. AT_EACCESS
- is meaningful only to faccessat, while AT_REMOVEDIR is meaningful only to
- unlinkat. The two functions do completely different things and therefore,
- the flags can be allowed to overlap. For example, passing AT_REMOVEDIR to
......