1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
Files
glibc/sysdeps/nacl/libc-start.c
2015-04-17 09:02:19 -07:00

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>