diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2017-06-05 05:25:50 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2017-06-05 05:25:50 +0000 |
| commit | b60a095b93b48fa8e2417afcad5d8ff53218654c (patch) | |
| tree | c37f43be1f537207f1bb048e1679ca726c7ba24c /usr.bin/truss/syscall.h | |
| parent | c8fab231f19b69aec506bae20982ea794757add5 (diff) | |
Notes
Diffstat (limited to 'usr.bin/truss/syscall.h')
| -rw-r--r-- | usr.bin/truss/syscall.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/truss/syscall.h b/usr.bin/truss/syscall.h index 51f7f67a4bb1e..a9813f8e9bffa 100644 --- a/usr.bin/truss/syscall.h +++ b/usr.bin/truss/syscall.h @@ -48,7 +48,7 @@ enum Argtype { None = 1, Hex, Octal, Int, UInt, LongHex, Name, Ptr, Stat, Ioctl, Sysarch, ExecArgs, ExecEnv, PipeFds, QuadHex, Utrace, IntArray, Pipe2, CapFcntlRights, Fadvice, FileFlags, Flockop, Getfsstatmode, Kldsymcmd, Kldunloadflags, Sizet, Madvice, Socklent, Sockprotocol, Sockoptlevel, - Sockoptname, Msgflags, CapRights, PUInt, + Sockoptname, Msgflags, CapRights, PUInt, PQuadHex, CloudABIAdvice, CloudABIClockID, ClouduABIFDSFlags, CloudABIFDStat, CloudABIFileStat, CloudABIFileType, |
