summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorEric Blake <ebb9@byu.net>2009-09-03 22:07:39 -0600
committerJim Meyering <meyering@redhat.com>2009-09-11 14:08:58 +0200
commite5dba03d2f02d4df2ac84abad2dba995c47afbfc (patch)
treef1c23546073c499af059c3e792eaf604bdd9c0c3 /lib
parentc7563435034fe72cb7fa4f8129062f18eef2906d (diff)
downloadcoreutils-e5dba03d2f02d4df2ac84abad2dba995c47afbfc.tar.xz
euidaccess-stat: remove unnecessary macros
* lib/euidaccess-stat.c (F_OK, R_OK, W_OK, X_OK): Delete; now guaranteed by gnulib.
Diffstat (limited to 'lib')
-rw-r--r--lib/euidaccess-stat.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/euidaccess-stat.c b/lib/euidaccess-stat.c
index 98ce28157..3d0897bf7 100644
--- a/lib/euidaccess-stat.c
+++ b/lib/euidaccess-stat.c
@@ -25,13 +25,6 @@
#include <unistd.h>
-#ifndef F_OK
-# define F_OK 0
-# define X_OK 1
-# define W_OK 2
-# define R_OK 4
-#endif
-
#include "group-member.h"
#include "stat-macros.h"