From d09379990b23b99000f39269646239d3510ecc27 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Fri, 11 Nov 2022 19:50:00 +0100 Subject: x86_64 build don't need CreateCPUInfoFile --- src/wrapped/wrappedlibc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/wrapped/wrappedlibc.c b/src/wrapped/wrappedlibc.c index d86948a9..6b6a4b01 100755 --- a/src/wrapped/wrappedlibc.c +++ b/src/wrapped/wrappedlibc.c @@ -1362,6 +1362,7 @@ int getNCpu() } +#ifndef NOALIGN void CreateCPUInfoFile(int fd) { size_t dummy; @@ -1414,7 +1415,6 @@ void CreateCPUInfoFile(int fd) #undef P } -#ifndef NOALIGN #define TMP_CPUINFO "box64_tmpcpuinfo" #define TMP_CPUTOPO "box64_tmpcputopo%d" #endif -- cgit 1.4.1