mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
5 lines
157 B
C
5 lines
157 B
C
/* We can compute the location of auxv without a loop, so we might as well
|
|
pass it in. */
|
|
#define LIBC_START_MAIN_AUXVEC_ARG
|
|
#include <csu/libc-start.c>
|