diff options
Diffstat (limited to 'sysdeps/unix/bsd/sun/sparc/sethostid.S')
-rw-r--r-- | sysdeps/unix/bsd/sun/sparc/sethostid.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/unix/bsd/sun/sparc/sethostid.S b/sysdeps/unix/bsd/sun/sparc/sethostid.S index fbafba5277..f8ee805c75 100644 --- a/sysdeps/unix/bsd/sun/sparc/sethostid.S +++ b/sysdeps/unix/bsd/sun/sparc/sethostid.S @@ -25,9 +25,9 @@ SYSCALL (sethostid, 1) #else -/* <errnos.h> only defines E* #ifdef _ERRNO_H. */ +/* <bits/errno.h> only defines E* #ifdef _ERRNO_H. */ #define _ERRNO_H -#include <errnos.h> +#include <bits/errno.h> ENTRY (sethostid) mov ENOSYS, %o0 |