about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/mq_setattr.c
Commit message (Collapse)AuthorAgeFilesLines
* Linux: Move mq_setattr from librt to libcFlorian Weimer2021-06-251-0/+33
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>