We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9df0c commit ca1a3e9Copy full SHA for ca1a3e9
libc/test/src/fcntl/fcntl_test.cpp
@@ -173,7 +173,7 @@ class LibcFcntlCommonLockTests : public LlvmLibcFcntlTest {
173
LIBC_NAMESPACE::open(TEST_FILE, O_CREAT | O_TRUNC | O_RDWR, S_IRWXU);
174
ASSERT_THAT(LIBC_NAMESPACE::close(fd), Succeeds(0));
175
176
- struct flock flk = {};
+ flock flk = {};
177
flk.l_type = F_RDLCK;
178
flk.l_start = 0;
179
flk.l_whence = SEEK_SET;
0 commit comments