diff options
Diffstat (limited to 'nptl/sysdeps/x86_64/pthread_spin_trylock.S')
-rw-r--r-- | nptl/sysdeps/x86_64/pthread_spin_trylock.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/sysdeps/x86_64/pthread_spin_trylock.S b/nptl/sysdeps/x86_64/pthread_spin_trylock.S index 175714d6b0..9b51335830 100644 --- a/nptl/sysdeps/x86_64/pthread_spin_trylock.S +++ b/nptl/sysdeps/x86_64/pthread_spin_trylock.S @@ -17,7 +17,7 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#define EBUSY 16 +#include <pthread-errnos.h> #ifdef UP |