diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2024-05-07 20:02:15 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2024-05-07 20:02:15 +0200 |
| commit | 21336c527afcc83440d8fc963d9312a113ceb11e (patch) | |
| tree | 2edea3efc31adf3b9e42798eccf5d01b5dcdab82 /src | |
| parent | 3db2362c862f2477e01aedaa027b4286c9b0ca87 (diff) | |
| download | box64-21336c527afcc83440d8fc963d9312a113ceb11e.tar.gz box64-21336c527afcc83440d8fc963d9312a113ceb11e.zip | |
Small fix on a libc wrapped function signature
Diffstat (limited to 'src')
| -rw-r--r-- | src/wrapped/wrappedlibc_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibc_private.h b/src/wrapped/wrappedlibc_private.h index e47216eb..6bceecad 100644 --- a/src/wrapped/wrappedlibc_private.h +++ b/src/wrapped/wrappedlibc_private.h @@ -788,7 +788,7 @@ GO(initstate_r, iFupLp) GO(innetgr, iFpppp) GO(inotify_add_watch, iFipu) GO(inotify_init, iFv) -GO(inotify_init1, iFi) +GO(inotify_init1, iFO) GO(inotify_rm_watch, iFii) GO(insque, vFpp) //GO(__internal_endnetgrent, |