aboutsummaryrefslogtreecommitdiffstats
path: root/exec/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'exec/exec.c')
-rw-r--r--exec/exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/exec/exec.c b/exec/exec.c
index 254a983f25f..cbe22d4f18c 100644
--- a/exec/exec.c
+++ b/exec/exec.c
@@ -865,7 +865,7 @@ insert_args (struct exec_tracee *tracee, USER_REGS_STRUCT *regs,
865 result in *IN, and return a pointer to the byte after the 865 result in *IN, and return a pointer to the byte after the
866 result. REM should be NULL. */ 866 result. REM should be NULL. */
867 867
868static char * 868char *
869format_pid (char *in, unsigned int pid) 869format_pid (char *in, unsigned int pid)
870{ 870{
871 unsigned int digits[32], *fill; 871 unsigned int digits[32], *fill;