diff options
Diffstat (limited to 'test/msan/ioctl.cc')
| -rw-r--r-- | test/msan/ioctl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/msan/ioctl.cc b/test/msan/ioctl.cc index e21ef636c604..66ac6e95b665 100644 --- a/test/msan/ioctl.cc +++ b/test/msan/ioctl.cc @@ -8,7 +8,7 @@ #include <unistd.h> int main(int argc, char **argv) { - int fd = socket(AF_INET, SOCK_DGRAM, 0); + int fd = socket(AF_UNIX, SOCK_DGRAM, 0); unsigned int z; int res = ioctl(fd, FIOGETOWN, &z); |
