libs/libc/misc: fix alignment in fdcheck
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
This commit is contained in:
parent
3fe371f60f
commit
558fa503d0
@ -89,7 +89,7 @@ int fdcheck_restore(int val)
|
|||||||
if (pid_expect != pid_now && pid_expect != ppid_now && pid_expect != 0)
|
if (pid_expect != pid_now && pid_expect != ppid_now && pid_expect != 0)
|
||||||
{
|
{
|
||||||
ferr("pid_expect %d pid_now %d ppid_now %d\n",
|
ferr("pid_expect %d pid_now %d ppid_now %d\n",
|
||||||
pid_expect, pid_now, ppid_now);
|
pid_expect, pid_now, ppid_now);
|
||||||
PANIC();
|
PANIC();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user