aboutsummaryrefslogtreecommitdiff
path: root/rt/Versions
diff options
context:
space:
mode:
Diffstat (limited to 'rt/Versions')
-rw-r--r--rt/Versions3
1 files changed, 2 insertions, 1 deletions
diff --git a/rt/Versions b/rt/Versions
index e1d208e..309486b 100644
--- a/rt/Versions
+++ b/rt/Versions
@@ -1,9 +1,11 @@
libc {
GLIBC_2.2 {
shm_open;
+ shm_unlink;
}
GLIBC_2.34 {
shm_open;
+ shm_unlink;
}
}
librt {
@@ -27,7 +29,6 @@ librt {
lio_listio64;
}
GLIBC_2.2 {
- shm_unlink;
timer_create;
timer_delete;
timer_getoverrun;