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.
2 parents 23270dd + 99fb76f commit fed4072Copy full SHA for fed4072
libc-test/semver/linux-gnu.txt
@@ -651,6 +651,7 @@ malloc_stats
651
malloc_trim
652
malloc_usable_size
653
mallopt
654
+mq_notify
655
nl_mmap_hdr
656
nl_mmap_req
657
nl_pktinfo
src/unix/linux_like/linux/gnu/mod.rs
@@ -1547,6 +1547,8 @@ extern "C" {
1547
1548
// Added in `glibc` 2.34
1549
pub fn close_range(first: ::c_uint, last: ::c_uint, flags: ::c_int) -> ::c_int;
1550
+
1551
+ pub fn mq_notify(mqdes: ::mqd_t, sevp: *const ::sigevent) -> ::c_int;
1552
}
1553
1554
cfg_if! {
0 commit comments