mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-11 12:50:58 +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>
|