mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Fix a typo in a comment.
* io/fcntl.h: Fix a typo in a comment.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2018-02-21 Rical Jasan <ricaljasan@pacific.net>
|
||||||
|
|
||||||
|
* io/fcntl.h: Fix a typo in a comment.
|
||||||
|
|
||||||
2018-02-21 Rical Jasan <ricaljasan@pacific.net>
|
2018-02-21 Rical Jasan <ricaljasan@pacific.net>
|
||||||
|
|
||||||
[BZ #22862]
|
[BZ #22862]
|
||||||
|
@ -139,7 +139,7 @@ typedef __pid_t pid_t;
|
|||||||
# define SEEK_END 2 /* Seek from end of file. */
|
# define SEEK_END 2 /* Seek from end of file. */
|
||||||
#endif /* XPG */
|
#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
|
is meaningful only to faccessat, while AT_REMOVEDIR is meaningful only to
|
||||||
unlinkat. The two functions do completely different things and therefore,
|
unlinkat. The two functions do completely different things and therefore,
|
||||||
the flags can be allowed to overlap. For example, passing AT_REMOVEDIR to
|
the flags can be allowed to overlap. For example, passing AT_REMOVEDIR to
|
||||||
|
Reference in New Issue
Block a user