mirror of
https://github.com/cwinfo/matterbridge.git
synced 2024-11-10 11:00:27 +00:00
12 lines
523 B
Go
12 lines
523 B
Go
// Code generated by 'ccgo unistd/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 unistd/unistd_darwin_amd64.go -pkgname unistd', DO NOT EDIT.
|
|
|
|
package unistd
|
|
|
|
var CAPI = map[string]struct{}{
|
|
"__darwin_check_fd_set": {},
|
|
"__darwin_check_fd_set_overflow": {},
|
|
"__darwin_fd_clr": {},
|
|
"__darwin_fd_isset": {},
|
|
"__darwin_fd_set": {},
|
|
}
|