diff options
Diffstat (limited to 'src')
| -rwxr-xr-x | src/wrapped/wrappedlibc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibc.c b/src/wrapped/wrappedlibc.c index 37ebe664..9ea5b796 100755 --- a/src/wrapped/wrappedlibc.c +++ b/src/wrapped/wrappedlibc.c @@ -1326,6 +1326,7 @@ EXPORT ssize_t my_readlink(x64emu_t* emu, void* path, void* buf, size_t sz) return readlink((const char*)path, (char*)buf, sz); } +#ifndef NOALIGN static int nCPU = 0; static double bogoMips = 100.; @@ -1360,7 +1361,6 @@ int getNCpu() grabNCpu(); return nCPU; } -#ifndef NOALIGN void CreateCPUInfoFile(int fd) |