diff options
Diffstat (limited to 'vendor/modernc.org/libc/capi_freebsd_amd64.go')
-rw-r--r-- | vendor/modernc.org/libc/capi_freebsd_amd64.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/modernc.org/libc/capi_freebsd_amd64.go b/vendor/modernc.org/libc/capi_freebsd_amd64.go index 3dc0e4e6..006e0c71 100644 --- a/vendor/modernc.org/libc/capi_freebsd_amd64.go +++ b/vendor/modernc.org/libc/capi_freebsd_amd64.go @@ -9,6 +9,8 @@ var CAPI = map[string]struct{}{ "_ThreadRuneLocale": {}, "___errno_location": {}, "___runetype": {}, + "___tolower": {}, + "___toupper": {}, "__assert": {}, "__assert_fail": {}, "__builtin___memcpy_chk": {}, @@ -50,6 +52,7 @@ var CAPI = map[string]struct{}{ "__builtin_infl": {}, "__builtin_isnan": {}, "__builtin_isunordered": {}, + "__builtin_llabs": {}, "__builtin_malloc": {}, "__builtin_memcmp": {}, "__builtin_memcpy": {}, @@ -149,6 +152,9 @@ var CAPI = map[string]struct{}{ "backtrace_symbols_fd": {}, "bind": {}, "bsearch": {}, + "bswap16": {}, + "bswap32": {}, + "bswap64": {}, "bzero": {}, "calloc": {}, "ceil": {}, @@ -288,6 +294,7 @@ var CAPI = map[string]struct{}{ "ldexp": {}, "link": {}, "listen": {}, + "llabs": {}, "localtime": {}, "localtime_r": {}, "log": {}, |