1 /* Origin: PR c/3116 from Andreas Jaeger <aj@suse.de>. */
2 /* When determining type compatibility of function types, we must remove
3 qualifiers from argument types. We used to fail to do this properly
4 in store_parm_decls when comparing prototype and non-prototype
10 typedef struct _IO_FILE __FILE
;
11 typedef struct _IO_FILE _IO_FILE
;
12 typedef long int wchar_t;
14 extern wchar_t *fgetws (wchar_t *__restrict __ws
, int __n
,
15 __FILE
*__restrict __stream
);