diff options
author | Wim <wim@42.be> | 2022-03-12 23:02:04 +0100 |
---|---|---|
committer | Wim <wim@42.be> | 2022-03-20 14:57:48 +0100 |
commit | aefa70891cfd489fccb8a9567b5bdafb0f863ede (patch) | |
tree | 90fe7c91d7b33b2a1ed08ea3a94840860adc6fc1 /vendor/modernc.org/libc/capi_openbsd_amd64.go | |
parent | 1b9877fda45be021ea6a5677c78648cecc19dcd5 (diff) | |
download | matterbridge-msglm-aefa70891cfd489fccb8a9567b5bdafb0f863ede.tar.gz matterbridge-msglm-aefa70891cfd489fccb8a9567b5bdafb0f863ede.tar.bz2 matterbridge-msglm-aefa70891cfd489fccb8a9567b5bdafb0f863ede.zip |
Update vendor (whatsapp)
Diffstat (limited to 'vendor/modernc.org/libc/capi_openbsd_amd64.go')
-rw-r--r-- | vendor/modernc.org/libc/capi_openbsd_amd64.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/modernc.org/libc/capi_openbsd_amd64.go b/vendor/modernc.org/libc/capi_openbsd_amd64.go index ca507390..00e93a20 100644 --- a/vendor/modernc.org/libc/capi_openbsd_amd64.go +++ b/vendor/modernc.org/libc/capi_openbsd_amd64.go @@ -96,6 +96,7 @@ var CAPI = map[string]struct{}{ "__isalnum_l": {}, "__isalpha_l": {}, "__isdigit_l": {}, + "__islower_l": {}, "__isnan": {}, "__isnanf": {}, "__isnanl": {}, @@ -103,6 +104,8 @@ var CAPI = map[string]struct{}{ "__isprint_l": {}, "__isspace_l": {}, "__isthreaded": {}, + "__isupper_l": {}, + "__isxdigit_l": {}, "__lookup_ipliteral": {}, "__lookup_name": {}, "__lookup_serv": {}, @@ -151,6 +154,7 @@ var CAPI = map[string]struct{}{ "backtrace": {}, "backtrace_symbols_fd": {}, "bind": {}, + "bsearch": {}, "bzero": {}, "calloc": {}, "ceil": {}, @@ -279,11 +283,14 @@ var CAPI = map[string]struct{}{ "isascii": {}, "isatty": {}, "isdigit": {}, + "islower": {}, "isnan": {}, "isnanf": {}, "isnanl": {}, "isprint": {}, "isspace": {}, + "isupper": {}, + "isxdigit": {}, "kill": {}, "ldexp": {}, "link": {}, |