0.3.0: converge relibc to upstream 0.6.0 + Red Bear patches

This commit is contained in:
2026-07-06 19:13:08 +03:00
parent 1a0edd8eeb
commit 4ef7e57571
1466 changed files with 75236 additions and 13644 deletions
@@ -0,0 +1,20 @@
--- Running: test --test0 -a
getopt_long returned 1, argument test0=(null)
Option -a with value (null)
--- Running: test --test1 -a
getopt_long returned 0, set flag to 2, argument test1=(null)
Option -a with value (null)
--- Running: test --test2 -a
getopt_long returned 3, argument test2=(null)
Option -a with value (null)
--- Running: test --test2=arg -a
getopt_long returned 3, argument test2=arg
Option -a with value (null)
--- Running: test --test3 -a
getopt_long returned 4, argument test3=-a
--- Running: test --test3=arg -a
getopt_long returned 4, argument test3=arg
Option -a with value (null)
--- Running: test --test3 arg -a
getopt_long returned 4, argument test3=arg
Option -a with value (null)