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 244f752 commit f90afefCopy full SHA for f90afef
libc-test/semver/linux-gnu.txt
@@ -657,6 +657,7 @@ malloc_info
657
malloc_trim
658
malloc_usable_size
659
mallopt
660
+mq_notify
661
nl_mmap_hdr
662
nl_mmap_req
663
nl_pktinfo
src/unix/linux_like/linux/gnu/mod.rs
@@ -1541,6 +1541,8 @@ extern "C" {
1541
1542
// Added in `glibc` 2.34
1543
pub fn close_range(first: ::c_uint, last: ::c_uint, flags: ::c_int) -> ::c_int;
1544
+
1545
+ pub fn mq_notify(mqdes: ::mqd_t, sevp: *const ::sigevent) -> ::c_int;
1546
}
1547
1548
cfg_if! {
0 commit comments