diff options
author | Neal H. Walfield <neal@gnu.org> | 2008-12-17 14:17:15 +0100 |
---|---|---|
committer | Neal H. Walfield <neal@gnu.org> | 2008-12-17 14:17:15 +0100 |
commit | 6375b6cdd0732bfc3f9a1cca5a2e03f44eef8ec5 (patch) | |
tree | 5525aaff51d12648643aca37b406c5daef9bc358 /viengoos/thread.c | |
parent | 9f836a41f30e7156d745dddd83b802356ad1d980 (diff) |
Move activation interface definitions to libviengoos.
hurd/
2008-12-17 Neal H. Walfield <neal@gnu.org>
* exceptions.h: Don't include <viengoos/cap.h> or <l4/space.h>.
Include <viengoos/addr.h>.
(ACTIVATION_fault, activation_method_id_string)
(struct activation_fault_info, ACTIVATION_FAULT_INFO_FMT)
(ACTIVATION_FAULT_INFO_PRINTF, fault): Move from here...
* ../libviengoos/viengoos/thread.h: ... to here.
libhurd-mm/
2008-12-17 Neal H. Walfield <neal@gnu.org>
* ia32-exception-entry.S: Don't include <hurd/exceptions.h>.
Include <hurd/stddef.h>.
libviengoos/
2008-12-17 Neal H. Walfield <neal@gnu.org>
* ../hurd/exceptions.h (ACTIVATION_fault, activation_method_id_string)
(struct activation_fault_info, ACTIVATION_FAULT_INFO_FMT)
(ACTIVATION_FAULT_INFO_PRINTF, fault): Move from here...
* viengoos/thread.h: ... to here.
Diffstat (limited to 'viengoos/thread.c')
-rw-r--r-- | viengoos/thread.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/viengoos/thread.c b/viengoos/thread.c index ec8080f..1889aa8 100644 --- a/viengoos/thread.c +++ b/viengoos/thread.c @@ -23,7 +23,6 @@ #include <hurd/ihash.h> #include <viengoos/cap.h> #include <hurd/stddef.h> -#include <hurd/exceptions.h> #include <viengoos/thread.h> #include <bit-array.h> #include <backtrace.h> |