1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00

Linux: Move mq_receive, mq_timedreceive, __mq_timedreceive_time64 to libc

The symbols were moved using scripts/move-symbol-to-libc.py.

Reviewed-by: Adhemerva Zanella  <adhemerval.zanella@linaro.org>
This commit is contained in:
Florian Weimer
2021-06-25 10:42:54 +02:00
parent 983f43b57b
commit 903e6f9960
68 changed files with 201 additions and 98 deletions

View File

@ -226,6 +226,7 @@ libc {
__lstat64_time64;
__lutimes64;
__mktime64;
__mq_timedreceive_time64;
__msgctl64;
__mtx_timedlock64;
__nanosleep64;
@ -296,7 +297,6 @@ librt {
%ifdef TIME64_NON_DEFAULT
# 64-bit time_t support
__mq_timedsend_time64;
__mq_timedreceive_time64;
__timer_gettime64;
__timer_settime64;
%endif