diff options
author | Wim <wim@42.be> | 2022-11-27 00:42:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-27 00:42:16 +0100 |
commit | 4fd0a7672777f0ed15692ae2ba47838208537558 (patch) | |
tree | b119834a8b9ee78aa8f1b2ad05efa7da50516cbf /vendor/modernc.org/libc/capi_openbsd_amd64.go | |
parent | 6da9d567dc9195e9a5211f23a6795a41f56a1bfc (diff) | |
download | matterbridge-msglm-4fd0a7672777f0ed15692ae2ba47838208537558.tar.gz matterbridge-msglm-4fd0a7672777f0ed15692ae2ba47838208537558.tar.bz2 matterbridge-msglm-4fd0a7672777f0ed15692ae2ba47838208537558.zip |
Update dependencies (#1929)
Diffstat (limited to 'vendor/modernc.org/libc/capi_openbsd_amd64.go')
-rw-r--r-- | vendor/modernc.org/libc/capi_openbsd_amd64.go | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/vendor/modernc.org/libc/capi_openbsd_amd64.go b/vendor/modernc.org/libc/capi_openbsd_amd64.go index 00e93a20..7ba9c55d 100644 --- a/vendor/modernc.org/libc/capi_openbsd_amd64.go +++ b/vendor/modernc.org/libc/capi_openbsd_amd64.go @@ -3,8 +3,7 @@ package libc // import "modernc.org/libc" var CAPI = map[string]struct{}{ - "_CurrentRuneLocale": {}, - "_DefaultRuneLocale": {}, + "_C_ctype_": {}, "_IO_putc": {}, "_ThreadRuneLocale": {}, "___errno_location": {}, @@ -50,8 +49,10 @@ var CAPI = map[string]struct{}{ "__builtin_inf": {}, "__builtin_inff": {}, "__builtin_infl": {}, + "__builtin_isblank": {}, "__builtin_isnan": {}, "__builtin_isunordered": {}, + "__builtin_llabs": {}, "__builtin_malloc": {}, "__builtin_memcmp": {}, "__builtin_memcpy": {}, @@ -128,6 +129,7 @@ var CAPI = map[string]struct{}{ "__toread_needs_stdio_exit": {}, "__uflow": {}, "__xuname": {}, + "_ctype_": {}, "_exit": {}, "_longjmp": {}, "_obstack_begin": {}, @@ -155,6 +157,9 @@ var CAPI = map[string]struct{}{ "backtrace_symbols_fd": {}, "bind": {}, "bsearch": {}, + "bswap16": {}, + "bswap32": {}, + "bswap64": {}, "bzero": {}, "calloc": {}, "ceil": {}, @@ -282,6 +287,7 @@ var CAPI = map[string]struct{}{ "isalpha": {}, "isascii": {}, "isatty": {}, + "isblank": {}, "isdigit": {}, "islower": {}, "isnan": {}, @@ -295,6 +301,7 @@ var CAPI = map[string]struct{}{ "ldexp": {}, "link": {}, "listen": {}, + "llabs": {}, "localtime": {}, "localtime_r": {}, "log": {}, |