From 43c1dd0fb766ceaa016f8dcd31ef5b4053ed077f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 12 Oct 1999 18:17:41 +0000 Subject: [PATCH] Update. * include/ucontext.h: New file. --- ChangeLog | 2 ++ include/ucontext.h | 1 + 2 files changed, 3 insertions(+) create mode 100644 include/ucontext.h diff --git a/ChangeLog b/ChangeLog index 64c5235963..a2c77af787 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 1999-10-12 Ulrich Drepper + * include/ucontext.h: New file. + * locale/setlocale.c: Fix gcc warning about uninitialized variable. 1999-10-12 Andreas Jaeger 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