CVSROOT: /cvs Module name: src Changes by: [email protected] 2024/01/19 07:15:51
Modified files:
lib/libc/sys : Makefile.inc
lib/libc/dlfcn : init.c
Log message:
Stop initializing pinsyscall(SYS_execve in static binaries that contain
an execve(2) stub. The new pinsyscalls(2) that applies to all system
calls has made this redundant.
