mirror of
https://github.com/devkitPro/buildscripts.git
synced 2026-08-12 20:46:01 -05:00
*** empty log message ***
This commit is contained in:
@@ -2319,8 +2319,8 @@ diff -Nbaur newlib-1.14.0/libgloss/libsysbase/link.c newlib-1.14.0-arm/libgloss/
|
||||
+ struct _reent *r = _REENT;
|
||||
+#endif
|
||||
+ int ret;
|
||||
+ int sourceDev = findDevice(existing);
|
||||
+ int destDev = findDevice(new);
|
||||
+ int sourceDev = FindDevice(existing);
|
||||
+ int destDev = FindDevice(new);
|
||||
+
|
||||
+ ret = -1;
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user