diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2015-11-04 10:32:58 -0200 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2017-05-18 18:06:47 -0300 |
commit | a5fdd305970adc9b245f97dd18ff813efea36484 (patch) | |
tree | 544c93f99438cfda925d47c043f365eedb159498 /ChangeLog | |
parent | a5a34d2eaf717fb95a33553170000fb147ded444 (diff) | |
download | glibc-a5fdd305970adc9b245f97dd18ff813efea36484.tar glibc-a5fdd305970adc9b245f97dd18ff813efea36484.tar.gz glibc-a5fdd305970adc9b245f97dd18ff813efea36484.tar.bz2 glibc-a5fdd305970adc9b245f97dd18ff813efea36484.zip |
posix: Consolidate Linux mq_timedreceive syscall
This patch consolidates the mq_timedreceive Linux syscall generation
on sysdeps/unix/sysv/linux/mq_timedreceive.c. It basically removes it
from architecture auto-generation list.
Checked on i686-linux-gnu, x86_64-linux-gnu, x86_64-linux-gnux32,
arch64-linux-gnu, arm-linux-gnueabihf, powerpc64le-linux-gnu,
sparc64-linux-gnu, and sparcv9-linux-gnu.
* rt/Makefile (CFLAGS-mq_timedreceive.c): New flag.
* sysdeps/unix/sysv/linux/mq_timedreceive.c: New file.
* sysdeps/unix/sysv/linux/syscalls.list (mq_timedreceive): Remove
from auto-generation list.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2017-05-18 Adhemerval Zanella <adhemerval.zanella@linaro.org> + * rt/Makefile (CFLAGS-mq_timedreceive.c): New flag. + * sysdeps/unix/sysv/linux/mq_timedreceive.c: New file. + * sysdeps/unix/sysv/linux/syscalls.list (mq_timedreceive): Remove + from auto-generation list. + * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add open_by_handle_at. (CFLAGS-open_by_handle_at.c): New flag. |