X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=print_sigevent.c;h=2729810392e8ea4ea6a7bb4228f0a0013445930e;hb=73fa3d68228f27b7dbeb34d73a3b8bc564a8aef9;hp=65d370d30bcfbbe6439cae48d2273ebbe75b958f;hpb=b93d52fe3da9c1b6db144f49116ba702e1d2efe8;p=strace diff --git a/print_sigevent.c b/print_sigevent.c index 65d370d3..27298103 100644 --- a/print_sigevent.c +++ b/print_sigevent.c @@ -1,6 +1,6 @@ /* * Copyright (c) 2003, 2004 Ulrich Drepper - * Copyright (c) 2005-2016 Dmitry V. Levin + * Copyright (c) 2005-2018 Dmitry V. Levin * All rights reserved. * * SPDX-License-Identifier: LGPL-2.1-or-later @@ -36,7 +36,7 @@ MPERS_PRINTER_DECL(void, print_sigevent, case SIGEV_SIGNAL: case SIGEV_THREAD: case SIGEV_THREAD_ID: - tprints(signame(sev.sigev_signo)); + printsignal(sev.sigev_signo); break; default: tprintf("%u", sev.sigev_signo);