mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 21:02:26 -05:00
[chore] Update all but bun libraries (#526)
* update all but bun libraries Signed-off-by: kim <grufwub@gmail.com> * remove my personal build script changes Signed-off-by: kim <grufwub@gmail.com>
This commit is contained in:
parent
e06bf9cc9a
commit
b56dae8120
350 changed files with 305366 additions and 5943 deletions
5
vendor/modernc.org/libc/pthread/capi_linux_ppc64le.go
generated
vendored
Normal file
5
vendor/modernc.org/libc/pthread/capi_linux_ppc64le.go
generated
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// Code generated by 'ccgo pthread/gen.c -crt-import-path -export-defines -export-enums -export-externs X -export-fields F -export-structs -export-typedefs -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -ignore-unsupported-alignment -o pthread/pthread_linux_ppc64le.go -pkgname pthread', DO NOT EDIT.
|
||||
|
||||
package pthread
|
||||
|
||||
var CAPI = map[string]struct{}{}
|
||||
9
vendor/modernc.org/libc/pthread/capi_windows_arm64.go
generated
vendored
Normal file
9
vendor/modernc.org/libc/pthread/capi_windows_arm64.go
generated
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
// Code generated by 'ccgo pthread\gen.c -crt-import-path -export-defines -export-enums -export-externs X -export-fields F -export-structs -export-typedefs -header -hide _OSSwapInt16,_OSSwapInt32,_OSSwapInt64 -o pthread\pthread_windows_arm64.go -pkgname pthread', DO NOT EDIT.
|
||||
|
||||
package pthread
|
||||
|
||||
var CAPI = map[string]struct{}{
|
||||
"daylight": {},
|
||||
"timezone": {},
|
||||
"tzname": {},
|
||||
}
|
||||
1884
vendor/modernc.org/libc/pthread/pthread_linux_ppc64le.go
generated
vendored
Normal file
1884
vendor/modernc.org/libc/pthread/pthread_linux_ppc64le.go
generated
vendored
Normal file
File diff suppressed because it is too large
Load diff
1050
vendor/modernc.org/libc/pthread/pthread_windows_arm64.go
generated
vendored
Normal file
1050
vendor/modernc.org/libc/pthread/pthread_windows_arm64.go
generated
vendored
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue