summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNeal H. Walfield <neal@gnu.org>2008-12-17 15:15:50 +0100
committerNeal H. Walfield <neal@gnu.org>2008-12-17 15:15:50 +0100
commit4de91cdeafc5566289af7b0024c292207bc1eef9 (patch)
tree2bc0981c7faa67f0cd279545048e85ac2aaddce9
parentf1f8715a2fc8473ed4b806182fbb858f9f1c9b43 (diff)
Update viengoos.h to include all viengoos headers.
2008-12-17 Neal H. Walfield <neal@gnu.org> * viengoos.h: Include <viengoos/activity.h>, <viengoos/addr.h>, <viengoos/addr-trans.h>, <viengoos/cap.h>, <viengoos/folio.h>, <viengoos/futex.h>, <viengoos/ipc.h>, <viengoos/math.h>, <viengoos/message.h>, <viengoos/messenger.h>, and <viengoos/misc.h>.
-rw-r--r--libviengoos/ChangeLog8
-rw-r--r--libviengoos/viengoos.h36
2 files changed, 44 insertions, 0 deletions
diff --git a/libviengoos/ChangeLog b/libviengoos/ChangeLog
index f0c8667..bac72b5 100644
--- a/libviengoos/ChangeLog
+++ b/libviengoos/ChangeLog
@@ -1,5 +1,13 @@
2008-12-17 Neal H. Walfield <neal@gnu.org>
+ * viengoos.h: Include <viengoos/activity.h>, <viengoos/addr.h>,
+ <viengoos/addr-trans.h>, <viengoos/cap.h>, <viengoos/folio.h>,
+ <viengoos/futex.h>, <viengoos/ipc.h>, <viengoos/math.h>,
+ <viengoos/message.h>, <viengoos/messenger.h>, and
+ <viengoos/misc.h>.
+
+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...
diff --git a/libviengoos/viengoos.h b/libviengoos/viengoos.h
index bc734ad..01c18bc 100644
--- a/libviengoos/viengoos.h
+++ b/libviengoos/viengoos.h
@@ -1 +1,37 @@
+/* viengoos.h - Viengoos definitions.
+ Copyright (C) 2007, 2008 Free Software Foundation, Inc.
+ Written by Neal H. Walfield <neal@gnu.org>.
+
+ This file is part of the GNU Hurd.
+
+ GNU Hurd is free software: you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as
+ published by the Free Software Foundation, either version 3 of the
+ License, or (at your option) any later version.
+
+ GNU Hurd is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ Lesser General Public License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with GNU Hurd. If not, see
+ <http://www.gnu.org/licenses/>. */
+
+#ifndef _VIENGOOS_H
+#define _VIENGOOS_H 1
+
+#include <viengoos/activity.h>
+#include <viengoos/addr.h>
+#include <viengoos/addr-trans.h>
+#include <viengoos/cap.h>
+#include <viengoos/folio.h>
+#include <viengoos/futex.h>
+#include <viengoos/ipc.h>
+#include <viengoos/math.h>
+#include <viengoos/message.h>
+#include <viengoos/messenger.h>
+#include <viengoos/misc.h>
#include <viengoos/thread.h>
+
+#endif