diff options
Diffstat (limited to 'sysdeps/i386/pthread_spin_trylock.S')
-rw-r--r-- | sysdeps/i386/pthread_spin_trylock.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/pthread_spin_trylock.S b/sysdeps/i386/pthread_spin_trylock.S index 949879c603..8edb676381 100644 --- a/sysdeps/i386/pthread_spin_trylock.S +++ b/sysdeps/i386/pthread_spin_trylock.S @@ -17,7 +17,7 @@ <https://www.gnu.org/licenses/>. */ #include <sysdep.h> -#include <pthread-errnos.h> +#include <errno.h> #ifdef UP |