]> sourceware.org Git - glibc.git/commit
Consolidate Linux sigpending() implementation
authorYury Norov <ynorov@caviumnetworks.com>
Tue, 31 Oct 2017 17:28:42 +0000 (15:28 -0200)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 31 Oct 2017 19:49:11 +0000 (17:49 -0200)
commite8681faa01e782800aa44acd0f13b191aca13c81
tree3aa8188e5753156e65589d1924a842898acd33d8
parent43e662837ca64a5141a5ebbb2d6f9d15513524d7
Consolidate Linux sigpending() implementation

ia64, s390-64, sparc64 and x86_64 host their own implementation of
sigpending() in corresponding files, but they are identical to generic
linux file despite few comments. This patch removes that files, so the
implementation of sigpending() is taken from sysdeps/unix/sysv/linux
for all ports.

Build-tested on x86_64.

* sysdeps/unix/sysv/linux/ia64/sigpending.c: Remove file.
* sysdeps/unix/sysv/linux/s390/s390-64/sigpending.c: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Likewise.
* sysdeps/unix/sysv/linux/x86_64/sigpending.c: Likewise.

Signed-off-by: Yury Norov <ynorov@caviumnetworks.com>
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
ChangeLog
sysdeps/unix/sysv/linux/ia64/sigpending.c [deleted file]
sysdeps/unix/sysv/linux/s390/s390-64/sigpending.c [deleted file]
sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c [deleted file]
sysdeps/unix/sysv/linux/x86_64/sigpending.c [deleted file]
This page took 0.041296 seconds and 5 git commands to generate.