diff options
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | include/ucontext.h | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -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> |