From 55f61a0d9a8cc9e1807ed8ac8b142b9194438927 Mon Sep 17 00:00:00 2001 From: Jordy Ruiz Date: Tue, 15 Dec 2020 09:16:35 +0000 Subject: [PATCH] Opt out of inline assembly in libc/sysdeps/linux/*/bits/select.h --- libc/sysdeps/linux/i386/bits/select.h | 2 +- libc/sysdeps/linux/microblaze/bits/select.h | 3 ++- libc/sysdeps/linux/v850/bits/select.h | 3 ++- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/libc/sysdeps/linux/i386/bits/select.h b/libc/sysdeps/linux/i386/bits/select.h index 972bfb685..2d85a2db5 100644 --- a/libc/sysdeps/linux/i386/bits/select.h +++ b/libc/sysdeps/linux/i386/bits/select.h @@ -21,7 +21,7 @@ #endif -#if defined __GNUC__ && __GNUC__ >= 2 +#if 0 && defined __GNUC__ && __GNUC__ >= 2 # define __FD_ZERO(fdsp) \ do { \ diff --git a/libc/sysdeps/linux/microblaze/bits/select.h b/libc/sysdeps/linux/microblaze/bits/select.h index 7c787b324..6af10221d 100644 --- a/libc/sysdeps/linux/microblaze/bits/select.h +++ b/libc/sysdeps/linux/microblaze/bits/select.h @@ -15,7 +15,8 @@ # error "Never use directly; include instead." #endif -#ifdef __GNUC__ +#if 0 +//#ifdef __GNUC__ /* We don't use `memset' because this would require a prototype and the array isn't too big. */ diff --git a/libc/sysdeps/linux/v850/bits/select.h b/libc/sysdeps/linux/v850/bits/select.h index b6bb05452..60c68f34c 100644 --- a/libc/sysdeps/linux/v850/bits/select.h +++ b/libc/sysdeps/linux/v850/bits/select.h @@ -14,7 +14,8 @@ # error "Never use directly; include instead." #endif -#ifdef __GNUC__ +#if 0 +//#ifdef __GNUC__ /* We don't use `memset' because this would require a prototype and the array isn't too big. */