diff options
| author | Michael Tuexen <tuexen@freebsd.org> | 2018-12-07 22:33:27 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-12-08 11:33:41 +0100 |
| commit | 6f379080a99dd2f5b413cbcabbd94f72fe7c1c61 (patch) | |
| tree | c180214510d5b5c813899c2616a12d3eb6fbf35a /sys/freebsd/sys.txt | |
| parent | 6ae0ca72a1d509a52a8dacab63f81ce6348f4d09 (diff) | |
sys/freebsd: Improve socket related tests for FreeBSD.
Diffstat (limited to 'sys/freebsd/sys.txt')
| -rw-r--r-- | sys/freebsd/sys.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/freebsd/sys.txt b/sys/freebsd/sys.txt index cf1dd960e..985236ad3 100644 --- a/sys/freebsd/sys.txt +++ b/sys/freebsd/sys.txt @@ -16,8 +16,6 @@ include <sys/resource.h> include <time.h> include <signal.h> include <sys/wait.h> -include <linux/linux.h> -include <compat/linux/linux_event.h> syz_execute_func(text ptr[in, text[target]]) @@ -192,12 +190,6 @@ linger { linger int32 } -ucred { - pid pid - uid uid - gid gid -} - pollfd_events = POLLIN, POLLPRI, POLLOUT, POLLERR, POLLHUP, POLLNVAL, POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND, POLLINIGNEOF mknod_mode = S_IFREG, S_IFCHR, S_IFBLK, S_IFIFO, S_IFSOCK, S_IRUSR, S_IWUSR, S_IXUSR, S_IRGRP, S_IWGRP, S_IXGRP, S_IROTH, S_IWOTH, S_IXOTH at_flags = AT_SYMLINK_NOFOLLOW, AT_SYMLINK_FOLLOW |
