From 51d4a8aeaa7146c24bd85fa9874ce7374f4852e4 Mon Sep 17 00:00:00 2001 From: quinnj <2896623+quinnj@users.noreply.github.com> Date: Tue, 16 Jul 2024 04:21:05 +0000 Subject: [PATCH] Regenerate bindings --- lib/aarch64-linux-gnu.jl | 15 --------- lib/aarch64-linux-musl.jl | 60 ++++++++++++++++++++++++++++++++++ lib/armv7l-linux-gnueabihf.jl | 31 ------------------ lib/armv7l-linux-musleabihf.jl | 60 ++++++++++++++++++++++++++++++++++ lib/i686-linux-gnu.jl | 57 -------------------------------- lib/i686-linux-musl.jl | 60 ++++++++++++++++++++++++++++++++++ lib/powerpc64le-linux-gnu.jl | 15 --------- lib/x86_64-linux-gnu.jl | 54 ------------------------------ lib/x86_64-linux-musl.jl | 60 ++++++++++++++++++++++++++++++++++ 9 files changed, 240 insertions(+), 172 deletions(-) diff --git a/lib/aarch64-linux-gnu.jl b/lib/aarch64-linux-gnu.jl index 146a5d6..d00caab 100644 --- a/lib/aarch64-linux-gnu.jl +++ b/lib/aarch64-linux-gnu.jl @@ -6718,21 +6718,6 @@ function aws_input_stream_new_tester(alloc, options) ccall((:aws_input_stream_new_tester, libaws_c_io), Ptr{aws_input_stream}, (Ptr{aws_allocator}, Ptr{aws_input_stream_tester_options}), alloc, options) end -""" - __pthread_mutex_s - -Documentation not found. -""" -struct __pthread_mutex_s - __lock::Cint - __count::Cuint - __owner::Cint - __nusers::Cuint - __kind::Cint - __spins::Cint - __list::__pthread_list_t -end - """ __JL_Ctag_710 diff --git a/lib/aarch64-linux-musl.jl b/lib/aarch64-linux-musl.jl index 6a5b547..358a895 100644 --- a/lib/aarch64-linux-musl.jl +++ b/lib/aarch64-linux-musl.jl @@ -53,6 +53,33 @@ function Base.setproperty!(x::Ptr{__JL_Ctag_210}, f::Symbol, v) unsafe_store!(getproperty(x, f), v) end +""" + __JL_Ctag_206 + +Documentation not found. +""" +struct __JL_Ctag_206 + data::NTuple{48, UInt8} +end + +function Base.getproperty(x::Ptr{__JL_Ctag_206}, f::Symbol) + f === :__i && return Ptr{NTuple{12, Cint}}(x + 0) + f === :__vi && return Ptr{NTuple{12, Cint}}(x + 0) + f === :__p && return Ptr{NTuple{6, Ptr{Cvoid}}}(x + 0) + return getfield(x, f) +end + +function Base.getproperty(x::__JL_Ctag_206, f::Symbol) + r = Ref{__JL_Ctag_206}(x) + ptr = Base.unsafe_convert(Ptr{__JL_Ctag_206}, r) + fptr = getproperty(ptr, f) + GC.@preserve r unsafe_load(fptr) +end + +function Base.setproperty!(x::Ptr{__JL_Ctag_206}, f::Symbol, v) + unsafe_store!(getproperty(x, f), v) +end + """ aws_async_input_stream_vtable @@ -5701,6 +5728,39 @@ struct aws_async_input_stream_tester_options read_duration_ns::UInt64 end +""" + __JL_Ctag_213 + +Documentation not found. +""" +struct __JL_Ctag_213 + lock::aws_mutex + cvar::aws_condition_variable + read_dest::Ptr{aws_byte_buf} + read_future::Ptr{aws_future_bool} + do_shutdown::Bool +end +function Base.getproperty(x::Ptr{__JL_Ctag_213}, f::Symbol) + f === :lock && return Ptr{aws_mutex}(x + 0) + f === :cvar && return Ptr{aws_condition_variable}(x + 48) + f === :read_dest && return Ptr{Ptr{aws_byte_buf}}(x + 104) + f === :read_future && return Ptr{Ptr{aws_future_bool}}(x + 112) + f === :do_shutdown && return Ptr{Bool}(x + 120) + return getfield(x, f) +end + +function Base.getproperty(x::__JL_Ctag_213, f::Symbol) + r = Ref{__JL_Ctag_213}(x) + ptr = Base.unsafe_convert(Ptr{__JL_Ctag_213}, r) + fptr = getproperty(ptr, f) + GC.@preserve r unsafe_load(fptr) +end + +function Base.setproperty!(x::Ptr{__JL_Ctag_213}, f::Symbol, v) + unsafe_store!(getproperty(x, f), v) +end + + """ aws_async_input_stream_tester diff --git a/lib/armv7l-linux-gnueabihf.jl b/lib/armv7l-linux-gnueabihf.jl index 1b5f96a..a41393c 100644 --- a/lib/armv7l-linux-gnueabihf.jl +++ b/lib/armv7l-linux-gnueabihf.jl @@ -6718,37 +6718,6 @@ function aws_input_stream_new_tester(alloc, options) ccall((:aws_input_stream_new_tester, libaws_c_io), Ptr{aws_input_stream}, (Ptr{aws_allocator}, Ptr{aws_input_stream_tester_options}), alloc, options) end -""" - __pthread_mutex_s - -Documentation not found. -""" -struct __pthread_mutex_s - data::NTuple{24, UInt8} -end - -function Base.getproperty(x::Ptr{__pthread_mutex_s}, f::Symbol) - f === :__lock && return Ptr{Cint}(x + 0) - f === :__count && return Ptr{Cuint}(x + 4) - f === :__owner && return Ptr{Cint}(x + 8) - f === :__kind && return Ptr{Cint}(x + 12) - f === :__nusers && return Ptr{Cuint}(x + 16) - f === :__spins && return Ptr{Cint}(x + 20) - f === :__list && return Ptr{__pthread_slist_t}(x + 20) - return getfield(x, f) -end - -function Base.getproperty(x::__pthread_mutex_s, f::Symbol) - r = Ref{__pthread_mutex_s}(x) - ptr = Base.unsafe_convert(Ptr{__pthread_mutex_s}, r) - fptr = getproperty(ptr, f) - GC.@preserve r unsafe_load(fptr) -end - -function Base.setproperty!(x::Ptr{__pthread_mutex_s}, f::Symbol, v) - unsafe_store!(getproperty(x, f), v) -end - """ __JL_Ctag_709 diff --git a/lib/armv7l-linux-musleabihf.jl b/lib/armv7l-linux-musleabihf.jl index 47e312b..abbb7bd 100644 --- a/lib/armv7l-linux-musleabihf.jl +++ b/lib/armv7l-linux-musleabihf.jl @@ -53,6 +53,33 @@ function Base.setproperty!(x::Ptr{__JL_Ctag_210}, f::Symbol, v) unsafe_store!(getproperty(x, f), v) end +""" + __JL_Ctag_206 + +Documentation not found. +""" +struct __JL_Ctag_206 + data::NTuple{48, UInt8} +end + +function Base.getproperty(x::Ptr{__JL_Ctag_206}, f::Symbol) + f === :__i && return Ptr{NTuple{12, Cint}}(x + 0) + f === :__vi && return Ptr{NTuple{12, Cint}}(x + 0) + f === :__p && return Ptr{NTuple{12, Ptr{Cvoid}}}(x + 0) + return getfield(x, f) +end + +function Base.getproperty(x::__JL_Ctag_206, f::Symbol) + r = Ref{__JL_Ctag_206}(x) + ptr = Base.unsafe_convert(Ptr{__JL_Ctag_206}, r) + fptr = getproperty(ptr, f) + GC.@preserve r unsafe_load(fptr) +end + +function Base.setproperty!(x::Ptr{__JL_Ctag_206}, f::Symbol, v) + unsafe_store!(getproperty(x, f), v) +end + """ aws_async_input_stream_vtable @@ -5701,6 +5728,39 @@ struct aws_async_input_stream_tester_options read_duration_ns::UInt64 end +""" + __JL_Ctag_213 + +Documentation not found. +""" +struct __JL_Ctag_213 + lock::aws_mutex + cvar::aws_condition_variable + read_dest::Ptr{aws_byte_buf} + read_future::Ptr{aws_future_bool} + do_shutdown::Bool +end +function Base.getproperty(x::Ptr{__JL_Ctag_213}, f::Symbol) + f === :lock && return Ptr{aws_mutex}(x + 0) + f === :cvar && return Ptr{aws_condition_variable}(x + 28) + f === :read_dest && return Ptr{Ptr{aws_byte_buf}}(x + 80) + f === :read_future && return Ptr{Ptr{aws_future_bool}}(x + 84) + f === :do_shutdown && return Ptr{Bool}(x + 88) + return getfield(x, f) +end + +function Base.getproperty(x::__JL_Ctag_213, f::Symbol) + r = Ref{__JL_Ctag_213}(x) + ptr = Base.unsafe_convert(Ptr{__JL_Ctag_213}, r) + fptr = getproperty(ptr, f) + GC.@preserve r unsafe_load(fptr) +end + +function Base.setproperty!(x::Ptr{__JL_Ctag_213}, f::Symbol, v) + unsafe_store!(getproperty(x, f), v) +end + + """ aws_async_input_stream_tester diff --git a/lib/i686-linux-gnu.jl b/lib/i686-linux-gnu.jl index b001012..cbef502 100644 --- a/lib/i686-linux-gnu.jl +++ b/lib/i686-linux-gnu.jl @@ -1337,32 +1337,6 @@ struct aws_socket_endpoint port::UInt32 end -""" - __JL_Ctag_705 - -Documentation not found. -""" -struct __JL_Ctag_705 - data::NTuple{4, UInt8} -end - -function Base.getproperty(x::Ptr{__JL_Ctag_705}, f::Symbol) - f === :fd && return Ptr{Cint}(x + 0) - f === :handle && return Ptr{Ptr{Cvoid}}(x + 0) - return getfield(x, f) -end - -function Base.getproperty(x::__JL_Ctag_705, f::Symbol) - r = Ref{__JL_Ctag_705}(x) - ptr = Base.unsafe_convert(Ptr{__JL_Ctag_705}, r) - fptr = getproperty(ptr, f) - GC.@preserve r unsafe_load(fptr) -end - -function Base.setproperty!(x::Ptr{__JL_Ctag_705}, f::Symbol, v) - unsafe_store!(getproperty(x, f), v) -end - """ aws_io_handle @@ -6757,37 +6731,6 @@ function Base.setproperty!(x::Ptr{__JL_Ctag_685}, f::Symbol, v) end -""" - __pthread_mutex_s - -Documentation not found. -""" -struct __pthread_mutex_s - data::NTuple{24, UInt8} -end - -function Base.getproperty(x::Ptr{__pthread_mutex_s}, f::Symbol) - f === :__lock && return Ptr{Cint}(x + 0) - f === :__count && return Ptr{Cuint}(x + 4) - f === :__owner && return Ptr{Cint}(x + 8) - f === :__kind && return Ptr{Cint}(x + 12) - f === :__nusers && return Ptr{Cuint}(x + 16) - f === :__spins && return Ptr{Cint}(x + 20) - f === :__list && return Ptr{__pthread_slist_t}(x + 20) - return getfield(x, f) -end - -function Base.getproperty(x::__pthread_mutex_s, f::Symbol) - r = Ref{__pthread_mutex_s}(x) - ptr = Base.unsafe_convert(Ptr{__pthread_mutex_s}, r) - fptr = getproperty(ptr, f) - GC.@preserve r unsafe_load(fptr) -end - -function Base.setproperty!(x::Ptr{__pthread_mutex_s}, f::Symbol, v) - unsafe_store!(getproperty(x, f), v) -end - """ Documentation not found. """ diff --git a/lib/i686-linux-musl.jl b/lib/i686-linux-musl.jl index f527dfe..96b0784 100644 --- a/lib/i686-linux-musl.jl +++ b/lib/i686-linux-musl.jl @@ -53,6 +53,33 @@ function Base.setproperty!(x::Ptr{__JL_Ctag_210}, f::Symbol, v) unsafe_store!(getproperty(x, f), v) end +""" + __JL_Ctag_206 + +Documentation not found. +""" +struct __JL_Ctag_206 + data::NTuple{48, UInt8} +end + +function Base.getproperty(x::Ptr{__JL_Ctag_206}, f::Symbol) + f === :__i && return Ptr{NTuple{12, Cint}}(x + 0) + f === :__vi && return Ptr{NTuple{12, Cint}}(x + 0) + f === :__p && return Ptr{NTuple{12, Ptr{Cvoid}}}(x + 0) + return getfield(x, f) +end + +function Base.getproperty(x::__JL_Ctag_206, f::Symbol) + r = Ref{__JL_Ctag_206}(x) + ptr = Base.unsafe_convert(Ptr{__JL_Ctag_206}, r) + fptr = getproperty(ptr, f) + GC.@preserve r unsafe_load(fptr) +end + +function Base.setproperty!(x::Ptr{__JL_Ctag_206}, f::Symbol, v) + unsafe_store!(getproperty(x, f), v) +end + """ aws_async_input_stream_vtable @@ -5701,6 +5728,39 @@ struct aws_async_input_stream_tester_options read_duration_ns::UInt64 end +""" + __JL_Ctag_213 + +Documentation not found. +""" +struct __JL_Ctag_213 + lock::aws_mutex + cvar::aws_condition_variable + read_dest::Ptr{aws_byte_buf} + read_future::Ptr{aws_future_bool} + do_shutdown::Bool +end +function Base.getproperty(x::Ptr{__JL_Ctag_213}, f::Symbol) + f === :lock && return Ptr{aws_mutex}(x + 0) + f === :cvar && return Ptr{aws_condition_variable}(x + 28) + f === :read_dest && return Ptr{Ptr{aws_byte_buf}}(x + 80) + f === :read_future && return Ptr{Ptr{aws_future_bool}}(x + 84) + f === :do_shutdown && return Ptr{Bool}(x + 88) + return getfield(x, f) +end + +function Base.getproperty(x::__JL_Ctag_213, f::Symbol) + r = Ref{__JL_Ctag_213}(x) + ptr = Base.unsafe_convert(Ptr{__JL_Ctag_213}, r) + fptr = getproperty(ptr, f) + GC.@preserve r unsafe_load(fptr) +end + +function Base.setproperty!(x::Ptr{__JL_Ctag_213}, f::Symbol, v) + unsafe_store!(getproperty(x, f), v) +end + + """ aws_async_input_stream_tester diff --git a/lib/powerpc64le-linux-gnu.jl b/lib/powerpc64le-linux-gnu.jl index 16667dc..5cec2a1 100644 --- a/lib/powerpc64le-linux-gnu.jl +++ b/lib/powerpc64le-linux-gnu.jl @@ -6757,21 +6757,6 @@ function Base.setproperty!(x::Ptr{__JL_Ctag_688}, f::Symbol, v) end -""" - __pthread_mutex_s - -Documentation not found. -""" -struct __pthread_mutex_s - __lock::Cint - __count::Cuint - __owner::Cint - __nusers::Cuint - __kind::Cint - __spins::Cint - __list::__pthread_list_t -end - """ Documentation not found. """ diff --git a/lib/x86_64-linux-gnu.jl b/lib/x86_64-linux-gnu.jl index 6df95b5..c988ac8 100644 --- a/lib/x86_64-linux-gnu.jl +++ b/lib/x86_64-linux-gnu.jl @@ -6718,60 +6718,6 @@ function aws_input_stream_new_tester(alloc, options) ccall((:aws_input_stream_new_tester, libaws_c_io), Ptr{aws_input_stream}, (Ptr{aws_allocator}, Ptr{aws_input_stream_tester_options}), alloc, options) end -""" - __JL_Ctag_705 - -Documentation not found. -""" -struct __JL_Ctag_705 - __lock::Cint - __futex::Cuint - __total_seq::Culonglong - __wakeup_seq::Culonglong - __woken_seq::Culonglong - __mutex::Ptr{Cvoid} - __nwaiters::Cuint - __broadcast_seq::Cuint -end -function Base.getproperty(x::Ptr{__JL_Ctag_705}, f::Symbol) - f === :__lock && return Ptr{Cint}(x + 0) - f === :__futex && return Ptr{Cuint}(x + 4) - f === :__total_seq && return Ptr{Culonglong}(x + 8) - f === :__wakeup_seq && return Ptr{Culonglong}(x + 16) - f === :__woken_seq && return Ptr{Culonglong}(x + 24) - f === :__mutex && return Ptr{Ptr{Cvoid}}(x + 32) - f === :__nwaiters && return Ptr{Cuint}(x + 40) - f === :__broadcast_seq && return Ptr{Cuint}(x + 44) - return getfield(x, f) -end - -function Base.getproperty(x::__JL_Ctag_705, f::Symbol) - r = Ref{__JL_Ctag_705}(x) - ptr = Base.unsafe_convert(Ptr{__JL_Ctag_705}, r) - fptr = getproperty(ptr, f) - GC.@preserve r unsafe_load(fptr) -end - -function Base.setproperty!(x::Ptr{__JL_Ctag_705}, f::Symbol, v) - unsafe_store!(getproperty(x, f), v) -end - - -""" - __pthread_mutex_s - -Documentation not found. -""" -struct __pthread_mutex_s - __lock::Cint - __count::Cuint - __owner::Cint - __nusers::Cuint - __kind::Cint - __spins::Cint - __list::__pthread_list_t -end - """ Documentation not found. """ diff --git a/lib/x86_64-linux-musl.jl b/lib/x86_64-linux-musl.jl index 6a5b547..358a895 100644 --- a/lib/x86_64-linux-musl.jl +++ b/lib/x86_64-linux-musl.jl @@ -53,6 +53,33 @@ function Base.setproperty!(x::Ptr{__JL_Ctag_210}, f::Symbol, v) unsafe_store!(getproperty(x, f), v) end +""" + __JL_Ctag_206 + +Documentation not found. +""" +struct __JL_Ctag_206 + data::NTuple{48, UInt8} +end + +function Base.getproperty(x::Ptr{__JL_Ctag_206}, f::Symbol) + f === :__i && return Ptr{NTuple{12, Cint}}(x + 0) + f === :__vi && return Ptr{NTuple{12, Cint}}(x + 0) + f === :__p && return Ptr{NTuple{6, Ptr{Cvoid}}}(x + 0) + return getfield(x, f) +end + +function Base.getproperty(x::__JL_Ctag_206, f::Symbol) + r = Ref{__JL_Ctag_206}(x) + ptr = Base.unsafe_convert(Ptr{__JL_Ctag_206}, r) + fptr = getproperty(ptr, f) + GC.@preserve r unsafe_load(fptr) +end + +function Base.setproperty!(x::Ptr{__JL_Ctag_206}, f::Symbol, v) + unsafe_store!(getproperty(x, f), v) +end + """ aws_async_input_stream_vtable @@ -5701,6 +5728,39 @@ struct aws_async_input_stream_tester_options read_duration_ns::UInt64 end +""" + __JL_Ctag_213 + +Documentation not found. +""" +struct __JL_Ctag_213 + lock::aws_mutex + cvar::aws_condition_variable + read_dest::Ptr{aws_byte_buf} + read_future::Ptr{aws_future_bool} + do_shutdown::Bool +end +function Base.getproperty(x::Ptr{__JL_Ctag_213}, f::Symbol) + f === :lock && return Ptr{aws_mutex}(x + 0) + f === :cvar && return Ptr{aws_condition_variable}(x + 48) + f === :read_dest && return Ptr{Ptr{aws_byte_buf}}(x + 104) + f === :read_future && return Ptr{Ptr{aws_future_bool}}(x + 112) + f === :do_shutdown && return Ptr{Bool}(x + 120) + return getfield(x, f) +end + +function Base.getproperty(x::__JL_Ctag_213, f::Symbol) + r = Ref{__JL_Ctag_213}(x) + ptr = Base.unsafe_convert(Ptr{__JL_Ctag_213}, r) + fptr = getproperty(ptr, f) + GC.@preserve r unsafe_load(fptr) +end + +function Base.setproperty!(x::Ptr{__JL_Ctag_213}, f::Symbol, v) + unsafe_store!(getproperty(x, f), v) +end + + """ aws_async_input_stream_tester