diff options
| author | Coreforge <60949392+Coreforge@users.noreply.github.com> | 2024-02-10 19:15:06 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-10 19:15:06 +0100 |
| commit | fed47bea4acd8fcdd39356b84f5b16080f19fa65 (patch) | |
| tree | 419452945b60517aaeace85aa7e88af584e587bb /src/wrapped/wrappedcap_private.h | |
| parent | 213c0638959b71a12cb2f2c907d4552f0cdc8917 (diff) | |
| download | box64-fed47bea4acd8fcdd39356b84f5b16080f19fa65.tar.gz box64-fed47bea4acd8fcdd39356b84f5b16080f19fa65.zip | |
more wrapped functions in libxcb-randr and libcap (#1260)
* wrapped a few xcbrandr functions for steamvr * wrapped parts of libcap for vrcompositor-launcher
Diffstat (limited to 'src/wrapped/wrappedcap_private.h')
| -rw-r--r-- | src/wrapped/wrappedcap_private.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wrapped/wrappedcap_private.h b/src/wrapped/wrappedcap_private.h index c523ad64..a09c9393 100644 --- a/src/wrapped/wrappedcap_private.h +++ b/src/wrapped/wrappedcap_private.h @@ -9,7 +9,7 @@ //GO(cap_copy_int, //GO(cap_drop_bound, //GO(cap_dup, -//GO(cap_free, +GO(cap_free, iFp) //GO(cap_from_name, //GO(cap_from_text, //GO(cap_get_ambient, @@ -21,7 +21,7 @@ //GO(cap_get_nsowner, //GO(capgetp, //GO(cap_get_pid, -//GO(cap_get_proc, +GO(cap_get_proc, pFi) //GO(cap_get_secbits, //GO(cap_iab_fill, //GO(cap_iab_from_text, @@ -46,12 +46,12 @@ //GO(cap_set_ambient, //GO(cap_set_fd, //GO(cap_set_file, -//GO(cap_set_flag, +GO(cap_set_flag, iFpiipi) //GO(cap_setgroups, //GO(cap_set_mode, //GO(cap_set_nsowner, //GO(capsetp, -//GO(cap_set_proc, +GO(cap_set_proc, iFp) //GO(cap_set_secbits, //GO(cap_set_syscall, //GO(cap_setuid, |