| Index: fusl/src/internal/libc.h
|
| diff --git a/fusl/src/internal/libc.h b/fusl/src/internal/libc.h
|
| index a8a9e1c5b11559f67608d1c031c65f693d563151..4ca05d7812abe0dadb4fd53d8b475989c862a21e 100644
|
| --- a/fusl/src/internal/libc.h
|
| +++ b/fusl/src/internal/libc.h
|
| @@ -63,10 +63,4 @@ extern char** __environ;
|
| #define weak_alias(old, new) \
|
| extern __typeof(old) new __attribute__((weak, alias(#old)))
|
|
|
| -#undef LFS64_2
|
| -#define LFS64_2(x, y) weak_alias(x, y)
|
| -
|
| -#undef LFS64
|
| -#define LFS64(x) LFS64_2(x, x##64)
|
| -
|
| #endif
|
|
|