From 7434ccadbb6897d366d2377f84efe1e2cd61b02b Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 15 Feb 1997 02:32:58 +0000 Subject: update from main archive 970214 1997-02-13 11:44 Andreas Jaeger * stdlib/qsort.c: Add prototype for _quicksort. * stdlib/msort.c (qsort): Correct prototype for _quicksort. * sysdeps/i386/Makefile (CFLAGS-rtld.c): Change to prevent warning from dl-machine.h. 1997-02-13 18:18 Marcus G. Daniels * sysdeps/generic/dl-cache.c: Don't hardwire name of cache file. Allow user to overwrite it. 1997-02-13 17:55 Ulrich Drepper * libio/_G_config.h: Make sure win_t is also defined for old gcc versions. Reported by Andreas Jaeger. 1997-02-13 11:44 Andreas Jaeger * db/btree/bt_split.c (bt_psplit): Fix typo in change of 1997-02-12. * time/tzfile.c (__tzfile_read): Change comment to follow change of 1997-02-12. --- libio/_G_config.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libio') diff --git a/libio/_G_config.h b/libio/_G_config.h index b388884742..64738886b8 100644 --- a/libio/_G_config.h +++ b/libio/_G_config.h @@ -10,6 +10,14 @@ #define __need_size_t #define __need_wint_t #include +#ifndef _WINT_T +/* Integral type unchanged by default argument promotions that can + hold any value corresponding to members of the extended character + set, as well as at least one value that does not correspond to any + member of the extended character set. */ +#define _WINT_T +typedef unsigned int wint_t; +#endif #define _G_size_t size_t #define _G_fpos_t __off_t #define _G_ssize_t __ssize_t -- cgit v1.2.3