mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-13 03:20:26 +00:00
6a3fc71397
* Update dependencies and go1.18 * Exclude unnecessary linters and update build to go1.18
12 lines
538 B
Go
12 lines
538 B
Go
// Code generated by 'ccgo fts/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 fts/fts_darwin_arm64.go -pkgname fts', DO NOT EDIT.
|
|
|
|
package fts
|
|
|
|
var CAPI = map[string]struct{}{
|
|
"__darwin_check_fd_set": {},
|
|
"__darwin_check_fd_set_overflow": {},
|
|
"__darwin_fd_clr": {},
|
|
"__darwin_fd_isset": {},
|
|
"__darwin_fd_set": {},
|
|
}
|