diff options
| author | Michael Forney <mforney@mforney.org> | 2023-01-17 13:11:36 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2023-01-21 18:02:46 -0800 |
| commit | e3bcae6f6084ed1d0697f7b476b21f714acc400b (patch) | |
| tree | d22c04714765ba1f118525b65005ba561db1ac22 /pkg/binutils/bfd | |
| parent | 6b7db809b530eee3052f73377c5b0aad13a0b963 (diff) | |
binutils: Update config.h for upcoming musl
Diffstat (limited to 'pkg/binutils/bfd')
| -rw-r--r-- | pkg/binutils/bfd/config.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/pkg/binutils/bfd/config.h b/pkg/binutils/bfd/config.h index 526d541c..7e7d8e6f 100644 --- a/pkg/binutils/bfd/config.h +++ b/pkg/binutils/bfd/config.h @@ -9,11 +9,11 @@ #define HAVE_DECL_ASPRINTF 1 #define HAVE_DECL_BASENAME 1 #define HAVE_DECL_FFS 1 -#define HAVE_DECL_FOPEN64 1 +#define HAVE_DECL_FOPEN64 0 #define HAVE_DECL_FSEEKO 1 -#define HAVE_DECL_FSEEKO64 1 +#define HAVE_DECL_FSEEKO64 0 #define HAVE_DECL_FTELLO 1 -#define HAVE_DECL_FTELLO64 1 +#define HAVE_DECL_FTELLO64 0 #define HAVE_DECL_STPCPY 1 #define HAVE_DECL_STRNLEN 1 #define HAVE_DECL_VASPRINTF 1 @@ -23,11 +23,11 @@ #define HAVE_FDOPEN 1 #define HAVE_FILENO 1 /* #undef HAVE_FLS */ -#define HAVE_FOPEN64 1 +/* #undef HAVE_FOPEN64 */ #define HAVE_FSEEKO 1 -#define HAVE_FSEEKO64 1 +/* #undef HAVE_FSEEKO64 */ #define HAVE_FTELLO 1 -#define HAVE_FTELLO64 1 +/* #undef HAVE_FTELLO64 */ #define HAVE_GETGID 1 #define HAVE_GETPAGESIZE 1 #define HAVE_GETRLIMIT 1 |
