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:
@ -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
|
||||
|
Reference in New Issue
Block a user