mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-03 04:01:43 +08: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>
|