diff options
Diffstat (limited to 'util-linux')
-rw-r--r-- | util-linux/ipcs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/ipcs.c b/util-linux/ipcs.c index 920125708..c8c6d76fa 100644 --- a/util-linux/ipcs.c +++ b/util-linux/ipcs.c @@ -115,7 +115,7 @@ static void print_perms(int id, struct ipc_perm *ipcp) } -static void do_shm(void) +static NOINLINE void do_shm(void) { int maxid, shmid, id; struct shmid_ds shmseg; |