Browse Source

hppa/bits/atomic.h: include errno.h to get EFAULT/ENOSYS

Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Peter S. Mazinger 14 years ago
parent
commit
e086af1dd0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/sysdeps/linux/hppa/bits/atomic.h

+ 1 - 0
libc/sysdeps/linux/hppa/bits/atomic.h

@@ -18,6 +18,7 @@
    02111-1307 USA.  */
 
 #include <stdint.h>
+#include <errno.h>
 #include <bits/kernel-features.h>
 
 #define ABORT_INSTRUCTION __asm__(__UCLIBC_ABORT_INSTRUCTION__)