[PATCH] missing includes in test/sfd.c

Dmitry V. Levin ldv at altlinux.org
Fri Feb 20 13:26:16 UTC 2015


On Thu, Feb 19, 2015 at 09:27:55PM -0800, enh wrote:
> diff --git a/test/sfd.c b/test/sfd.c
> index 815da80..34eec7d 100644
> --- a/test/sfd.c
> +++ b/test/sfd.c
> @@ -1,5 +1,7 @@
>  #include <fcntl.h>
>  #include <stdio.h>
> +#include <stdlib.h>
> +#include <unistd.h>
> 
>  int main(int argc, char *argv[])
>  {

Applied.  I wonder what test/sfd.c is needed for, though.
All those hex masks are easily available with
$ grep ^Sig...: /proc/$pid/status


-- 
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://lists.strace.io/pipermail/strace-devel/attachments/20150220/e6e0f74f/attachment.bin>


More information about the Strace-devel mailing list