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 1d95ed6 commit 8ca43c6Copy full SHA for 8ca43c6
libc-test/semver/illumos.txt
@@ -12,3 +12,4 @@ pthread_attr_get_np
12
pthread_attr_getstackaddr
13
pthread_attr_setstack
14
ptsname_r
15
+syncfs
src/unix/solarish/illumos.rs
@@ -112,4 +112,6 @@ extern "C" {
112
pub fn getpagesizes2(pagesize: *mut ::size_t, nelem: ::c_int) -> ::c_int;
113
114
pub fn ptsname_r(fildes: ::c_int, name: *mut ::c_char, namelen: ::size_t) -> ::c_int;
115
+
116
+ pub fn syncfs(fd: ::c_int) -> ::c_int;
117
}
0 commit comments