1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 19:50:24 +02:00

remove mkdir alias in filesys.c for mingw

* libguile/filesys.c (mkdir): Remove alias, as gnulib handles this for
  us.
This commit is contained in:
Andy Wingo 2012-07-06 10:56:02 +02:00
parent baeb727bcf
commit fc30e14ffe

View file

@ -103,7 +103,6 @@
/* Some more definitions for the native Windows port. */ /* Some more definitions for the native Windows port. */
#ifdef __MINGW32__ #ifdef __MINGW32__
# define mkdir(path, mode) mkdir (path)
# define fsync(fd) _commit (fd) # define fsync(fd) _commit (fd)
# define fchmod(fd, mode) (-1) # define fchmod(fd, mode) (-1)
#endif /* __MINGW32__ */ #endif /* __MINGW32__ */