]> granicus.if.org Git - strace/blobdiff - poll.c
Remove linux/ptp_clock.h
[strace] / poll.c
diff --git a/poll.c b/poll.c
index b2d2771c065aa8ca13cdbacf9c8f81143ec451e9..e3b497caa1dcfec4cc62780dbe2f4ee803d28134 100644 (file)
--- a/poll.c
+++ b/poll.c
@@ -1,6 +1,7 @@
 /*
  * Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey <jrs@world.std.com>
  * Copyright (c) 1996-1999 Wichert Akkerman <wichert@cistron.nl>
+ * Copyright (c) 1999-2017 The strace developers.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -176,7 +177,7 @@ SYS_FUNC(ppoll)
 
                print_timespec(tcp, tcp->u_arg[2]);
                tprints(", ");
-               /* NB: kernel requires arg[4] == NSIG / 8 */
+               /* NB: kernel requires arg[4] == NSIG_BYTES */
                print_sigset_addr_len(tcp, tcp->u_arg[3], tcp->u_arg[4]);
                tprintf(", %" PRI_klu, tcp->u_arg[4]);