Skip to content

Commit 20dc132

Browse files
committed
increase devices to 32
1 parent 118896f commit 20dc132

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

dkarm-eabi/patches/newlib-3.0.0.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7531,7 +7531,7 @@ index 2900b332f..6efb54eb3 100644
75317531
#ifdef __rtems__
75327532
diff --git a/newlib/libc/include/sys/iosupport.h b/newlib/libc/include/sys/iosupport.h
75337533
new file mode 100644
7534-
index 000000000..ee14d2610
7534+
index 000000000..dfed4107e
75357535
--- /dev/null
75367536
+++ b/newlib/libc/include/sys/iosupport.h
75377537
@@ -0,0 +1,112 @@
@@ -7553,7 +7553,7 @@ index 000000000..ee14d2610
75537553
+ STD_IN,
75547554
+ STD_OUT,
75557555
+ STD_ERR,
7556-
+ STD_MAX = 16
7556+
+ STD_MAX = 35
75577557
+};
75587558
+
75597559
+

0 commit comments

Comments
 (0)