third_party: import liburing-2.4
authorStefan Metzmacher <metze@samba.org>
Thu, 16 Sep 2021 10:46:38 +0000 (12:46 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 16 Oct 2023 11:03:45 +0000 (13:03 +0200)
commit3f7480b9b497d2167f604358634181c2d57d67bb
treeaa94d04418c2bd3e256aa090869ad8910ace77c9
parent0cfdfa754e1386a7e24ea38a7c0b94ad4539af04
third_party: import liburing-2.4

This makes it much easier to cope with
pushd third_party/liburing/ && ./update.sh 2.4; popd

Signed-off-by: Stefan Metzmacher <metze@samba.org>
30 files changed:
buildtools/wafsamba/samba_third_party.py
source3/wscript
third_party/liburing/LICENSE [new file with mode: 0644]
third_party/liburing/samba_liburing_compat.h [new file with mode: 0644]
third_party/liburing/src/Makefile [new file with mode: 0644]
third_party/liburing/src/arch/aarch64/lib.h [new file with mode: 0644]
third_party/liburing/src/arch/aarch64/syscall.h [new file with mode: 0644]
third_party/liburing/src/arch/generic/lib.h [new file with mode: 0644]
third_party/liburing/src/arch/generic/syscall.h [new file with mode: 0644]
third_party/liburing/src/arch/syscall-defs.h [new file with mode: 0644]
third_party/liburing/src/arch/x86/lib.h [new file with mode: 0644]
third_party/liburing/src/arch/x86/syscall.h [new file with mode: 0644]
third_party/liburing/src/ffi.c [new file with mode: 0644]
third_party/liburing/src/include/liburing.h [new file with mode: 0644]
third_party/liburing/src/include/liburing/barrier.h [new file with mode: 0644]
third_party/liburing/src/include/liburing/io_uring.h [new file with mode: 0644]
third_party/liburing/src/int_flags.h [new file with mode: 0644]
third_party/liburing/src/lib.h [new file with mode: 0644]
third_party/liburing/src/liburing-ffi.map [new file with mode: 0644]
third_party/liburing/src/liburing.map [new file with mode: 0644]
third_party/liburing/src/nolibc.c [new file with mode: 0644]
third_party/liburing/src/queue.c [new file with mode: 0644]
third_party/liburing/src/register.c [new file with mode: 0644]
third_party/liburing/src/setup.c [new file with mode: 0644]
third_party/liburing/src/syscall.c [new file with mode: 0644]
third_party/liburing/src/syscall.h [new file with mode: 0644]
third_party/liburing/src/version.c [new file with mode: 0644]
third_party/liburing/update.sh [new file with mode: 0755]
third_party/liburing/wscript [new file with mode: 0644]
third_party/wscript