mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-12 20:46:01 -05:00
correct mkdir
use latest libnds when building
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user