From ab2edb9e3307a172487bb16edcaf79600bf9ebea Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 2 Jun 2005 05:05:29 +0000 Subject: Don't use "path" or "filename" to mean "file name" in comments or local variable names. --- lib/openat.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/openat.h') diff --git a/lib/openat.h b/lib/openat.h index d8db9cea5..6639f732a 100644 --- a/lib/openat.h +++ b/lib/openat.h @@ -36,11 +36,11 @@ # define __OPENAT_XCONCAT(x, y) __OPENAT_CONCAT (x, y) # define __OPENAT_ID(y) __OPENAT_XCONCAT (__OPENAT_PREFIX, y) # define openat __OPENAT_ID (openat) -int openat (int fd, char const *filename, int flags, /* mode_t mode */ ...); +int openat (int fd, char const *file, int flags, /* mode_t mode */ ...); # define fdopendir __OPENAT_ID (fdopendir) DIR *fdopendir (int fd); # define fstatat __OPENAT_ID (fstatat) -int fstatat (int fd, char const *filename, struct stat *st, int flag); +int fstatat (int fd, char const *file, struct stat *st, int flag); # endif #endif -- cgit v1.2.3-54-g00ecf