diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-10-12 18:17:41 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-10-12 18:17:41 +0000 |
commit | 43c1dd0fb766ceaa016f8dcd31ef5b4053ed077f (patch) | |
tree | 85c6afea35814786cf24df564df664277983f916 | |
parent | d4c5cf8060af2e6b6c38989b43f32a613b718d22 (diff) | |
download | glibc-43c1dd0fb766ceaa016f8dcd31ef5b4053ed077f.zip glibc-43c1dd0fb766ceaa016f8dcd31ef5b4053ed077f.tar.gz glibc-43c1dd0fb766ceaa016f8dcd31ef5b4053ed077f.tar.bz2 |
Update.
* include/ucontext.h: New file.
-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 0000000..1b24661 --- /dev/null +++ b/include/ucontext.h @@ -0,0 +1 @@ +#include <stdlib/ucontext.h> |