diff options
Diffstat (limited to 'vendor/modernc.org/libc/capi_windows_386.go')
-rw-r--r-- | vendor/modernc.org/libc/capi_windows_386.go | 34 |
1 files changed, 30 insertions, 4 deletions
diff --git a/vendor/modernc.org/libc/capi_windows_386.go b/vendor/modernc.org/libc/capi_windows_386.go index 7be8d0bb9..47e37e3bf 100644 --- a/vendor/modernc.org/libc/capi_windows_386.go +++ b/vendor/modernc.org/libc/capi_windows_386.go @@ -103,6 +103,7 @@ var CAPI = map[string]struct{}{ "GetMessageW": {}, "GetModuleFileNameA": {}, "GetModuleFileNameW": {}, + "GetModuleHandleA": {}, "GetModuleHandleW": {}, "GetNamedSecurityInfoW": {}, "GetOverlappedResult": {}, @@ -271,18 +272,23 @@ var CAPI = map[string]struct{}{ "__builtin_bswap16": {}, "__builtin_bswap32": {}, "__builtin_bswap64": {}, + "__builtin_clz": {}, + "__builtin_clzl": {}, "__builtin_clzll": {}, "__builtin_constant_p_impl": {}, "__builtin_copysign": {}, "__builtin_copysignf": {}, + "__builtin_copysignl": {}, "__builtin_exit": {}, "__builtin_expect": {}, "__builtin_fabs": {}, "__builtin_free": {}, + "__builtin_getentropy": {}, "__builtin_huge_val": {}, "__builtin_huge_valf": {}, "__builtin_inf": {}, "__builtin_inff": {}, + "__builtin_infl": {}, "__builtin_isnan": {}, "__builtin_malloc": {}, "__builtin_memcmp": {}, @@ -293,9 +299,12 @@ var CAPI = map[string]struct{}{ "__builtin_mul_overflowInt64": {}, "__builtin_mul_overflowUint128": {}, "__builtin_mul_overflowUint64": {}, + "__builtin_nan": {}, "__builtin_nanf": {}, + "__builtin_nanl": {}, "__builtin_object_size": {}, "__builtin_popcount": {}, + "__builtin_popcountl": {}, "__builtin_prefetch": {}, "__builtin_printf": {}, "__builtin_snprintf": {}, @@ -308,9 +317,12 @@ var CAPI = map[string]struct{}{ "__builtin_sub_overflowInt64": {}, "__builtin_trap": {}, "__builtin_unreachable": {}, + "__ccgo_dmesg": {}, + "__ccgo_getMutexType": {}, "__ccgo_in6addr_anyp": {}, + "__ccgo_pthreadAttrGetDetachState": {}, + "__ccgo_pthreadMutexattrGettype": {}, "__ccgo_sqlite3_log": {}, - "__ctype_b_loc": {}, "__ctype_get_mb_cur_max": {}, "__env_rm_add": {}, "__errno_location": {}, @@ -330,6 +342,7 @@ var CAPI = map[string]struct{}{ "__mingw_vfscanf": {}, "__mingw_vfwprintf": {}, "__mingw_vfwscanf": {}, + "__mingw_vprintf": {}, "__mingw_vsnprintf": {}, "__mingw_vsnwprintf": {}, "__mingw_vsprintf": {}, @@ -344,6 +357,9 @@ var CAPI = map[string]struct{}{ "__ms_vwscanf": {}, "__putenv": {}, "__strchrnul": {}, + "__sync_add_and_fetch_uint32": {}, + "__sync_sub_and_fetch_uint32": {}, + "__sync_synchronize": {}, "_access": {}, "_assert": {}, "_beginthread": {}, @@ -366,12 +382,17 @@ var CAPI = map[string]struct{}{ "_fstat64": {}, "_fstati64": {}, "_ftime": {}, + "_ftime64": {}, "_gmtime32": {}, + "_gmtime64": {}, "_imp___environ": {}, + "_iob": {}, "_isatty": {}, "_localtime32": {}, "_localtime64": {}, + "_longjmp": {}, "_mkdir": {}, + "_mktime64": {}, "_msize": {}, "_obstack_begin": {}, "_obstack_newchunk": {}, @@ -379,6 +400,7 @@ var CAPI = map[string]struct{}{ "_popen": {}, "_putchar": {}, "_set_abort_behavior": {}, + "_setjmp": {}, "_setmode": {}, "_snprintf": {}, "_snwprintf": {}, @@ -477,9 +499,11 @@ var CAPI = map[string]struct{}{ "fts_read": {}, "fwrite": {}, "gai_strerror": {}, + "gai_strerrorA": {}, "gai_strerrorW": {}, "getc": {}, "getcwd": {}, + "getentropy": {}, "getenv": {}, "gethostname": {}, "getpeername": {}, @@ -498,7 +522,6 @@ var CAPI = map[string]struct{}{ "htons": {}, "hypot": {}, "inet_ntoa": {}, - "initstate_r": {}, "ioctl": {}, "ioctlsocket": {}, "isalnum": {}, @@ -520,6 +543,7 @@ var CAPI = map[string]struct{}{ "localtime_r": {}, "log": {}, "log10": {}, + "longjmp": {}, "lseek": {}, "lseek64": {}, "lstat": {}, @@ -558,7 +582,6 @@ var CAPI = map[string]struct{}{ "perror": {}, "pipe": {}, "popen": {}, - "posix_fadvise": {}, "pow": {}, "printf": {}, "pselect": {}, @@ -570,22 +593,25 @@ var CAPI = map[string]struct{}{ "raise": {}, "rand": {}, "random": {}, - "random_r": {}, "read": {}, "readdir": {}, "readlink": {}, "readv": {}, "realloc": {}, + "reallocarray": {}, "realpath": {}, "recv": {}, "rename": {}, "rewind": {}, + "rint": {}, "rmdir": {}, "round": {}, + "sched_yield": {}, "select": {}, "send": {}, "setbuf": {}, "setenv": {}, + "setjmp": {}, "setlocale": {}, "setmode": {}, "setrlimit": {}, |