diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-06-27 19:01:47 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-06-27 19:01:47 +0000 |
commit | 77d10fe91617522514b079ed52a80d05a1b574f3 (patch) | |
tree | 83abd9abb079e47682d6da8691030633aad8af02 /include | |
parent | b38bccff42a8cf97d67c7b33fb853c21047146d9 (diff) |
Don't include asm/unistd.h
Diffstat (limited to 'include')
-rw-r--r-- | include/unistd.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h index b13d0c1f1..d5856d2f3 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -26,7 +26,6 @@ #include <errno.h> #include <features.h> #include <sys/types.h> -#include <asm/unistd.h> __BEGIN_DECLS |