mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-04-21 01:47:21 -05:00
correct mkdir
use latest libnds when building
This commit is contained in:
parent
44c0cb3a8d
commit
6f33a85f0a
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user