diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-06-27 19:02:29 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-06-27 19:02:29 +0000 |
commit | b271ed4a2e7cede629c9851fbdf3084e602ad90e (patch) | |
tree | 3e9fc89fb165077df12984c3db499ed8ec7c03ef | |
parent | 77d10fe91617522514b079ed52a80d05a1b574f3 (diff) |
Don't even threaten to include asm/* stuff
-rw-r--r-- | include/signal.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/signal.h b/include/signal.h index 3c50f098d..c94d8bfda 100644 --- a/include/signal.h +++ b/include/signal.h @@ -31,7 +31,6 @@ __BEGIN_DECLS -//#include <asm/signal.h> #include <bits/sigset.h> /* __sigset_t, __sig_atomic_t. */ /* An integral type that can be modified atomically, without the |