aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/mq_setattr.c
AgeCommit message (Collapse)Author
2021-06-25Linux: Move mq_setattr from librt to libcFlorian Weimer
The symbol was moved using scripts/move-symbol-to-libc.py. To introduce the proper symbol versioning, the implementation of the system call wrapper us moved to a C file. Reviewed-by: Adhemerva Zanella <adhemerval.zanella@linaro.org>