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 e1e630f commit d918edcCopy full SHA for d918edc
src/unistd.rs
@@ -1404,9 +1404,9 @@ pub enum Whence {
1404
#[cfg(any(
1405
apple_targets,
1406
freebsdlike,
1407
+ linux_android,
1408
solarish,
1409
target_os = "hurd",
- target_os = "linux",
1410
))]
1411
SeekData = libc::SEEK_DATA,
1412
/// Specify an offset relative to the next hole in the file greater than
@@ -1417,9 +1417,9 @@ pub enum Whence {
1417
1418
1419
1420
1421
1422
1423
1424
SeekHole = libc::SEEK_HOLE,
1425
}
0 commit comments