summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tapset/aux_syscalls.stp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tapset/aux_syscalls.stp b/tapset/aux_syscalls.stp
index dc034d1d..87db5abb 100644
--- a/tapset/aux_syscalls.stp
+++ b/tapset/aux_syscalls.stp
@@ -1025,6 +1025,7 @@ function _fcntl_cmd_str(cmd) {
if(cmd==12) return "F_GETLK64"
if(cmd==13) return "F_SETLK64"
if(cmd==14) return "F_SETLKW64"
+ if(cmd==1030) return "F_DUPFD_CLOEXEC"
return sprintf("UNKNOWN VALUE: %d", cmd)
}