android_external_toybox/lib
Rob Landley ee301d5ded Switch to C11 noreturn to work around a compiler bug in llvm.
Elliott said:

Works around a clang bug in the version of clang shipping with Android T
that causes a miscompile in xstdio_create() on x86-64, that oddly only
affects __attribute__((__noreturn__)) and not _Noreturn!

Bug: http://b/225806996
Test: manual inspection of generated code on x86-64
Change-Id: I12302d2300fc454f92352b43090745c04ed66fd0
2022-05-12 09:27:48 -07:00
..
args.c When args.c is just enforcing max/min argument count with no options, imply ? 2022-04-04 11:44:30 -05:00
commas.c dd: iflags, oflags, fix ^C, fix the fundamental loop. 2019-07-10 01:54:01 -05:00
deflate.c Add lots of "static" annotations, make a couple things use FLAG() macros, etc. 2021-02-07 17:19:44 -06:00
dirtree.c Work around a posix violation in the croups filesystem that LTP requires. 2021-07-08 04:30:00 -05:00
env.c Add lots of "static" annotations, make a couple things use FLAG() macros, etc. 2021-02-07 17:19:44 -06:00
lib.c Add tar --strip-components. 2022-04-02 19:33:14 -05:00
lib.h Switch to C11 noreturn to work around a compiler bug in llvm. 2022-05-12 09:27:48 -07:00
llist.c Have llist_pop(0) return NULL the same way dlist_pop() does. 2021-12-28 16:17:50 -06:00
lsm.h macOS: numerous fixes. 2019-06-08 13:10:10 -05:00
net.c Fix bug pointed out by asm89 and add test. 2021-01-26 18:50:50 -06:00
password.c Clean up password plumbing. 2021-12-05 05:15:43 -06:00
pending.h Clean up password plumbing. 2021-12-05 05:15:43 -06:00
portability.c lib/portability.c: don't assume we have __NR_copy_file_range. 2022-04-11 22:52:14 -05:00
portability.h Fix unused variable warnings found by clang/llvm 13. 2021-11-28 18:05:14 -06:00
toyflags.h All PEDANTIC_ARGS does is set a macro that's never used. 2022-04-12 02:31:17 -05:00
tty.c Move ANSI escape cheat sheet to tty.c 2022-01-30 00:51:24 -06:00
utf8.c Rename remains of linestack.c to utf8.c 2022-01-28 19:18:39 -06:00
xwrap.c Avoid redundant strlen() inside libc. 2022-03-22 14:25:46 -05:00