Include <bits/errno.h> not <errnos.h>.

This commit is contained in:
Ulrich Drepper 1997-11-13 00:18:09 +00:00
parent 2ecd6b510f
commit 0fe3c9c4df
1 changed files with 3 additions and 3 deletions

View File

@ -18,7 +18,7 @@
#include <sysdep.h>
#define _ERRNO_H
#include <errnos.h>
#include <bits/errno.h>
.globl C_SYMBOL_NAME(errno)
.globl syscall_error