syscall.c: remove arch check for SEN_execv usage

SEN_* decalrations are always present and can be used regardless
of architecture.

* syscall.c (syscall_entering_trace): Remove "#if defined SPARC ||
defined SPARC64" guard.
This commit is contained in:
Eugene Syromyatnikov 2019-01-29 14:07:46 +01:00
parent fc6c6578dc
commit 8c015ef905

View File

@ -602,9 +602,7 @@ syscall_entering_trace(struct tcb *tcp, unsigned int *sig)
switch (tcp->s_ent->sen) {
case SEN_execve:
case SEN_execveat:
#if defined SPARC || defined SPARC64
case SEN_execv:
#endif
/*
* First exec* syscall makes the log visible.
*/