mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 11:40:18 +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:
parent
baeb727bcf
commit
fc30e14ffe
1 changed files with 0 additions and 1 deletions
|
@ -103,7 +103,6 @@
|
|||
|
||||
/* Some more definitions for the native Windows port. */
|
||||
#ifdef __MINGW32__
|
||||
# define mkdir(path, mode) mkdir (path)
|
||||
# define fsync(fd) _commit (fd)
|
||||
# define fchmod(fd, mode) (-1)
|
||||
#endif /* __MINGW32__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue