]> git.ipfire.org Git - thirdparty/glibc.git/commit
rt: Move generic implementation from sysdeps/pthread to rt
authorFlorian Weimer <fweimer@redhat.com>
Tue, 22 Jun 2021 07:50:27 +0000 (09:50 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 22 Jun 2021 07:50:45 +0000 (09:50 +0200)
commitdaa3fc9bff55c1f8368a464ec802ab620901344e
tree14c3a5a951a84aeff9d554ab5a77c13a4ec29521
parentae830b2d9f5238e1bee9820cd4d4df7f7b13ecff
rt: Move generic implementation from sysdeps/pthread to rt

The pthread-based implementation is the generic one.  Replacing
the stubs makes it clear that they do not have to be adjusted for
the libpthread move.

Result of:

    git mv -f sysdeps/pthread/aio_misc.h sysdeps/generic/
    git mv sysdeps/pthread/timer_routines.c sysdeps/htl/
    git mv -f sysdeps/pthread/{aio,lio,timer}_*.c rt/

Followed by manual adjustment of the #include paths in
sysdeps/unix/sysv/linux/wordsize-64, and a move of the version
definitions formerly in sysdeps/pthread/Versions.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
44 files changed:
rt/Versions
rt/aio_cancel.c
rt/aio_error.c
rt/aio_fsync.c
rt/aio_misc.c
rt/aio_notify.c
rt/aio_read.c
rt/aio_read64.c
rt/aio_suspend.c
rt/aio_write.c
rt/aio_write64.c
rt/lio_listio.c
rt/lio_listio64.c
rt/timer_create.c
rt/timer_delete.c
rt/timer_getoverr.c
rt/timer_gettime.c
rt/timer_settime.c
sysdeps/generic/aio_misc.h
sysdeps/htl/timer_routines.c [moved from sysdeps/pthread/timer_routines.c with 100% similarity]
sysdeps/pthread/Versions [deleted file]
sysdeps/pthread/aio_cancel.c [deleted file]
sysdeps/pthread/aio_error.c [deleted file]
sysdeps/pthread/aio_fsync.c [deleted file]
sysdeps/pthread/aio_misc.c [deleted file]
sysdeps/pthread/aio_misc.h [deleted file]
sysdeps/pthread/aio_notify.c [deleted file]
sysdeps/pthread/aio_read.c [deleted file]
sysdeps/pthread/aio_read64.c [deleted file]
sysdeps/pthread/aio_suspend.c [deleted file]
sysdeps/pthread/aio_write.c [deleted file]
sysdeps/pthread/aio_write64.c [deleted file]
sysdeps/pthread/lio_listio.c [deleted file]
sysdeps/pthread/lio_listio64.c [deleted file]
sysdeps/pthread/timer_create.c [deleted file]
sysdeps/pthread/timer_delete.c [deleted file]
sysdeps/pthread/timer_getoverr.c [deleted file]
sysdeps/pthread/timer_gettime.c [deleted file]
sysdeps/pthread/timer_settime.c [deleted file]
sysdeps/unix/sysv/linux/alpha/aio_cancel.c
sysdeps/unix/sysv/linux/sparc/aio_cancel.c
sysdeps/unix/sysv/linux/wordsize-64/aio_read.c
sysdeps/unix/sysv/linux/wordsize-64/aio_write.c
sysdeps/unix/sysv/linux/wordsize-64/lio_listio.c