File: interp.c

package info (click to toggle)
paxtest 0.9.7-pre4-2
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 360 kB
  • ctags: 163
  • sloc: ansic: 981; makefile: 708; asm: 53; sh: 49
file content (5 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (4)
1
2
3
4
5
#ifdef __UCLIBC__
const char __invoke_dynamic_linker__[] __attribute__ ((section (".interp"))) = "/lib/ld-uClibc.so.0";
#else
const char __invoke_dynamic_linker__[] __attribute__ ((section (".interp"))) = "/lib/ld-linux.so.2";
#endif