diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2025-04-11 08:04:51 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2025-04-11 09:37:01 +0000 |
| commit | a2335417592dcd4545c1953807ae9c8906e133d5 (patch) | |
| tree | 919af28ce8d763f29270c69afdd895e194e088ee /pkg/declextract/netlink.go | |
| parent | c0efc34f5a3f6a494541381c0f5770200c2640b5 (diff) | |
tools/syz-declextract: export info about file ops interfaces
Diffstat (limited to 'pkg/declextract/netlink.go')
| -rw-r--r-- | pkg/declextract/netlink.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/declextract/netlink.go b/pkg/declextract/netlink.go index 0adec5bc4..1b49bbd63 100644 --- a/pkg/declextract/netlink.go +++ b/pkg/declextract/netlink.go @@ -47,7 +47,7 @@ func (ctx *context) serializeNetlink() { Files: []string{fam.SourceFile}, Func: op.Func, Access: op.Access, - AutoDescriptions: true, + AutoDescriptions: TristateYes, }) } |
