]> granicus.if.org Git - strace/commit
Introduce printnum_fd
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 20 Jun 2019 09:49:27 +0000 (09:49 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Thu, 20 Jun 2019 09:49:27 +0000 (09:49 +0000)
commit2d83684f179d2b652d990035c5ae6ed43b3e7955
tree54ffdfa7c1dd157a3088170f82d5404d7d186d15
parenta862576da8d88a84e20c24a86c2b561778d6e7c3
Introduce printnum_fd

This is going to be used to implement decoding of CLONE_PIDFD flag
of clone syscall.

* defs.h (printnum_fd): New prototype.
* util.c (printnum_fd): New function.
defs.h
util.c