]> sourceware.org Git - glibc.git/commit
rt: Rework lio_listio implementation
authorFlorian Weimer <fweimer@redhat.com>
Fri, 25 Jun 2021 08:30:36 +0000 (10:30 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 25 Jun 2021 10:19:57 +0000 (12:19 +0200)
commit3353a5a4cfcdc6ef58e1ec036bd3f47ebcc16f3c
treee7995b410bd72d8e5a156868f4a3f514bf44923a
parent496919b12f2dc0733e215cc2f08266474c87719e
rt: Rework lio_listio implementation

Move the common code into rt/lio_listio-common.c and include
the file in both rt/lio_listio.c and rt/lio_listio64.c.  The common
code automatically defines both public symbols for __WORDSIZE == 64.

Reviewed-by: Adhemerva Zanella <adhemerval.zanella@linaro.org>
rt/lio_listio-common.c [new file with mode: 0644]
rt/lio_listio.c
rt/lio_listio64.c
sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c [deleted file]
sysdeps/unix/sysv/linux/wordsize-64/lio_listio64.c [deleted file]
This page took 0.04732 seconds and 5 git commands to generate.