mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-04 15:33:34 +08:00
Reflect s/_die/_fail/ renaming.
This commit is contained in:
parent
e2dba23e1a
commit
7dd05aa715
@ -51,11 +51,11 @@ int openat (int fd, char const *file, int flags, /* mode_t mode */ ...);
|
||||
DIR *fdopendir (int fd);
|
||||
# define fstatat __OPENAT_ID (fstatat)
|
||||
int fstatat (int fd, char const *file, struct stat *st, int flag);
|
||||
void openat_restore_die (int) ATTRIBUTE_NORETURN;
|
||||
void openat_save_die (int) ATTRIBUTE_NORETURN;
|
||||
void openat_restore_fail (int) ATTRIBUTE_NORETURN;
|
||||
void openat_save_fail (int) ATTRIBUTE_NORETURN;
|
||||
# else
|
||||
# define openat_restore_die(Errno) /* empty */
|
||||
# define openat_save_die(Errno) /* empty */
|
||||
# define openat_restore_fail(Errno) /* empty */
|
||||
# define openat_save_fail(Errno) /* empty */
|
||||
# endif
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user