diff options
Diffstat (limited to 'lib/libc/arch')
-rw-r--r-- | lib/libc/arch/hppa/sys/exect.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/arch/hppa/sys/exect.S b/lib/libc/arch/hppa/sys/exect.S index 8bccb59e110..4a30ed113cb 100644 --- a/lib/libc/arch/hppa/sys/exect.S +++ b/lib/libc/arch/hppa/sys/exect.S @@ -1,6 +1,6 @@ #include "SYS.h" -ENTRY(exect) -EXIT(exect) +/* we do no tracing yet */ +PSEUDO(exect,execve) .end |