diff options
| author | Yang Liu <liuyang22@iscas.ac.cn> | 2025-09-05 15:45:04 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-05 09:45:04 +0200 |
| commit | 49b69ad122f065c4074fa6d1f972d88baaceda6f (patch) | |
| tree | a22030a4435a382782f5faeabb9606477dd438d2 /src | |
| parent | 1ef35d5d8b8f913f199ac2ebc60647703bc155ba (diff) | |
| download | box64-49b69ad122f065c4074fa6d1f972d88baaceda6f.tar.gz box64-49b69ad122f065c4074fa6d1f972d88baaceda6f.zip | |
[BOX32] Fixed dirname (#3007)
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped32/wrappedlibc_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped32/wrappedlibc_private.h b/src/wrapped32/wrappedlibc_private.h index a6b452de..c498e6e3 100755 --- a/src/wrapped32/wrappedlibc_private.h +++ b/src/wrapped32/wrappedlibc_private.h @@ -212,7 +212,7 @@ GOW(dgettext, pEpp) GO(__dgettext, pEpp) GO(difftime, dEll) GO(dirfd, iEp) -GO(dirname, pEp) +GO(dirname, tEp) GOS(div, pEpii) //%%,noE // _dl_addr GOW2(dl_iterate_phdr, iEEpp, my_dl_iterate_phdr) //%% |