remove the wrong constants.

This commit is contained in:
Enno Rehling 2014-03-15 22:39:32 +01:00
parent 8db8dbeefd
commit d4caf29d4f
1 changed files with 0 additions and 6 deletions

View File

@ -39,12 +39,6 @@
#ifndef HAVE__ACCESS
#ifdef HAVE_ACCESS
#define _access(path, mode) access(path, mode)
#ifndef _A_RDONLY
#define _A_RDONLY R_OK
#endif
#ifndef _A_WRONLY
#define _A_WRONLY W_OK
#endif
#endif
#endif