diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-06-05 15:07:00 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-06-05 15:07:00 +0200 |
| commit | 370ec249870456531a5e497e3c1e0c72d58d0f1b (patch) | |
| tree | 143c9c92100e5388eec13788ea3550f8e78ab069 /src | |
| parent | 3bdcae10c8e0ed7b958137124585b0ff594a21fc (diff) | |
| download | box64-370ec249870456531a5e497e3c1e0c72d58d0f1b.tar.gz box64-370ec249870456531a5e497e3c1e0c72d58d0f1b.zip | |
Added setpgid wrapped function
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedlibc_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index ceb3e1ab..e61a14e2 100755 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -1633,8 +1633,8 @@ GO(setlogmask, iFi) //GO(setnetent, //GO(setnetgrent, //GO(setns, -//GO(__setpgid, -//GOW(setpgid, +GO(__setpgid, iFpp) +GOW(setpgid, iFpp) //GO(setpgrp, GOW(setpriority, iFiii) GO(setprotoent, vFi) |