Commit b2d189f4 by Richard Kenner

Remove unneeded #define's for non-ANSI functions.

From-SVN: r9286
parent 9863b14c
...@@ -49,12 +49,3 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ ...@@ -49,12 +49,3 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define S_ISREG(m) (((m)&S_IFMT) == S_IFREG) #define S_ISREG(m) (((m)&S_IFMT) == S_IFREG)
#define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR) #define S_ISDIR(m) (((m)&S_IFMT) == S_IFDIR)
#define access _access
#define close _close
#define dup _dup
#define mktemp _mktemp
#define open _open
#define read _read
#define write _write
#define chmod _chmod
#define setjmp _setjmp
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment