Skip to content
Snippets Groups Projects
Commit 3f0068f4 authored by slevy's avatar slevy
Browse files

Don't #define stat(), implement it instead.

parent 8f95022e
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,6 @@ extern double rint(double);
#endif
#define access(fname, mode) _access(fname, mode)
#define stat(fname, buf) _stat(fname, buf)
#ifdef __cplusplus
} /* end extern "C" */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment