]> sourceware.org Git - systemtap.git/commit
PR15525: removed duplicate O_CLOEXEC flag check
authorJonathan Lebon <jlebon@redhat.com>
Mon, 27 May 2013 15:00:01 +0000 (11:00 -0400)
committerJonathan Lebon <jlebon@redhat.com>
Mon, 27 May 2013 17:51:22 +0000 (13:51 -0400)
commitb5e1b3d0e837c2a3f2b1028a6b31ebb2c6070902
treeecc2e71a38dcbbac285ba9ae7c62ffe9c5d3a742
parent0f1a1dda1b7c323d492f1e131ed5cf25e6ad4cc1
PR15525: removed duplicate O_CLOEXEC flag check

The O_CLOEXEC flag was being checked twice, which caused it to be
printed out twice in the flag string when present. The duplication
was removed and the flags were put back in alphabetical order (same
order as in `man 2 open`) to ensure this does not happen again.
tapset/linux/aux_syscalls.stp
This page took 0.027304 seconds and 5 git commands to generate.