bug#7142: [PATCH] faccessat: remove unused wrappers (original) (raw)

[Top][All Lists]


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]


From: Eric Blake
Subject: bug#7142: [PATCH] faccessat: remove unused wrappers
Date: Tue, 5 Oct 2010 08:08:31 -0600

Signed-off-by: Eric Blake <address@hidden>

I'm pushing this.

ChangeLog | 7 +++++++ lib/openat.h | 18 +++--------------- 2 files changed, 10 insertions(+), 15 deletions(-)

diff --git a/ChangeLog b/ChangeLog index edc7c8b..87559f4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-10-05 Eric Blake <address@hidden> +

diff --git a/lib/openat.h b/lib/openat.h index 11a0314..1d4432e 100644 --- a/lib/openat.h +++ b/lib/openat.h @@ -93,22 +93,10 @@ lstatat (int fd, char const *name, struct stat *st) return fstatat (fd, name, st, AT_SYMLINK_NOFOLLOW); }

-static inline int -accessat (int fd, char const *file, int mode) -{ - return faccessat (fd, file, mode, 0); -}

-static inline int -euidaccessat (int fd, char const *file, int mode) -{

#endif /* _GL_HEADER_OPENAT */

1.7.2.3