diff options
| author | rajdakin <loic_chevalier@yahoo.fr> | 2021-06-04 22:59:17 +0200 |
|---|---|---|
| committer | rajdakin <loic_chevalier@yahoo.fr> | 2021-06-04 23:01:56 +0200 |
| commit | 8d97f136772d43a27b25ccfba872c908ceafe617 (patch) | |
| tree | ecbfb72d23362c743c3aeea06d63d37c3008c339 /src/wrapped/wrappedldlinux_private.h | |
| parent | 75c4c3d6b92bd82c1cd5c9a659b354127559a43c (diff) | |
| download | box64-8d97f136772d43a27b25ccfba872c908ceafe617.tar.gz box64-8d97f136772d43a27b25ccfba872c908ceafe617.zip | |
Fixed some wrapped functions, upgraded the python script
Diffstat (limited to 'src/wrapped/wrappedldlinux_private.h')
| -rwxr-xr-x | src/wrapped/wrappedldlinux_private.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/wrapped/wrappedldlinux_private.h b/src/wrapped/wrappedldlinux_private.h index e3bd935b..45e234db 100755 --- a/src/wrapped/wrappedldlinux_private.h +++ b/src/wrapped/wrappedldlinux_private.h @@ -1,4 +1,6 @@ -#if defined(GO) && defined(GOM) && defined(GO2) && defined(DATA) +#if !(defined(GO) && defined(GOM) && defined(GO2) && defined(DATA)) +#error meh! +#endif // _dl_allocate_tls // _dl_allocate_tls_init @@ -18,7 +20,5 @@ DATA(__pointer_chk_guard, sizeof(void*)) DATA(_rtld_global, sizeof(void*)) DATA(_rtld_global_ro, sizeof(void*)) DATA(__stack_chk_guard, sizeof(void*)) -// defini dans glibc/sysdeps/i386/dl-tls.h +// defined in glibc/sysdeps/i386/dl-tls.h GOM(__tls_get_addr, pFEp) - -#endif \ No newline at end of file |