X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Finternal%2Flibc.h;h=53e4e8269a36d4e1596e192a63425ca5eb1c2c12;hb=fcaec912ed406659832f452e71a6c965308362dd;hp=0ec3691e4f512f2b21dda5f238c0584b559e7cc8;hpb=0c29adfe427ab6ed98cb73644f8f52a76045245c;p=musl diff --git a/src/internal/libc.h b/src/internal/libc.h index 0ec3691e..53e4e826 100644 --- a/src/internal/libc.h +++ b/src/internal/libc.h @@ -62,8 +62,7 @@ extern char **__environ; extern __typeof(old) new __attribute__((weak, alias(#old))) #undef LFS64_2 -//#define LFS64_2(x, y) weak_alias(x, y) -#define LFS64_2(x, y) extern __typeof(x) y +#define LFS64_2(x, y) weak_alias(x, y) #undef LFS64 #define LFS64(x) LFS64_2(x, x##64)