summaryrefslogtreecommitdiff
path: root/src/execline/trap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/execline/trap.c')
-rw-r--r--src/execline/trap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/execline/trap.c b/src/execline/trap.c
index 79a00ff..29d13ef 100644
--- a/src/execline/trap.c
+++ b/src/execline/trap.c
@@ -115,8 +115,8 @@ int main (int argc, char const **argv, char const *const *envp)
{
iopause_fd x = { .fd = spfd, .events = IOPAUSE_READ } ;
size_t envlen = env_len(envp) ;
- char modif[2 + UINT64_FMT] = "!=" ;
- size_t l = 2 + uint64_fmt(modif + 2, pids[NSIG+1]) ;
+ char modif[2 + PID_FMT] = "!=" ;
+ size_t l = 2 + pid_fmt(modif + 2, pids[NSIG+1]) ;
char const *newenvp[envlen + 2] ;
modif[l++] = 0 ;
if (!env_merge(newenvp, envlen + 2, envp, envlen, modif, l))