aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--include/ucontext.h1
2 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 64c5235963..a2c77af787 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
1999-10-12 Ulrich Drepper <drepper@cygnus.com>
+ * include/ucontext.h: New file.
+
* locale/setlocale.c: Fix gcc warning about uninitialized variable.
1999-10-12 Andreas Jaeger <aj@suse.de>
diff --git a/include/ucontext.h b/include/ucontext.h
new file mode 100644
index 0000000000..1b24661c94
--- /dev/null
+++ b/include/ucontext.h
@@ -0,0 +1 @@
+#include <stdlib/ucontext.h>