author | Rich Felker <dalias@aerifal.cx> | 2016年07月03日 14:40:11 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2016年07月03日 15:02:25 -0400 |
commit | befa5866ee30d09c0c96e88af2eabff5911342ea (patch) | |
tree | a72045d740e0a4b204ef6d742f7f3a3ca12e6c0e /include/fcntl.h | |
parent | 093288dcb37a30c634b0a00eb7e2a0dbe72ebf95 (diff) | |
download | musl-befa5866ee30d09c0c96e88af2eabff5911342ea.tar.gz |
-rw-r--r-- | include/fcntl.h | 3 |
diff --git a/include/fcntl.h b/include/fcntl.h index ebd5c304..e683e4dc 100644 --- a/include/fcntl.h +++ b/include/fcntl.h @@ -21,8 +21,7 @@ extern "C" { #include <bits/fcntl.h> -struct flock -{ +struct flock { short l_type; short l_whence; off_t l_start; |