correct mkdir

use latest libnds when building
This commit is contained in:
Dave Murphy 2007-01-27 16:16:09 +00:00
parent 44c0cb3a8d
commit 6f33a85f0a
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
#---------------------------------------------------------------------------------
LIBOGC_VER=20070118
LIBGBA_VER=20060720
LIBNDS_VER=20060719
LIBNDS_VER=20070127
LIBMIRKO_VER=0.9.6
LIBOGC="libogc-src-$LIBOGC_VER.tar.bz2"

View File

@ -5115,7 +5115,7 @@ diff -Nbaur newlib-1.15.0/libgloss/libsysbase/mkdir.c newlib-1.15.0-new/libgloss
+#include <sys/iosupport.h>
+#include <errno.h>
+
+int mkdir (const char *path, int mode) {
+int mkdir (const char *path, mode_t mode) {
+ struct _reent *r = _REENT;
+ int ret;
+ int dev = FindDevice(path);