diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2016-03-11 22:50:24 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2016-03-11 22:50:24 +0100 |
commit | 5b972d5b297203a7717a4d8f2058867dfac3ab9e (patch) | |
tree | a8ff9f27f6711a0989a1a9f3fd04155a50fcf7ad /newlib/libc/stdio/ferror_u.c | |
parent | b5476c81d2ab27dd4a46064d3fa45556630fd3cf (diff) | |
download | cygnal-5b972d5b297203a7717a4d8f2058867dfac3ab9e.tar.gz cygnal-5b972d5b297203a7717a4d8f2058867dfac3ab9e.tar.bz2 cygnal-5b972d5b297203a7717a4d8f2058867dfac3ab9e.zip |
gmon.h: Fix type of gmonparam state member
gmonparam::state is used in calls to Win32 Interlocked functions.
Having this defined as int breaks the build on i686. Redefine as
LONG (same size and correct type on all platforms) to make gcc happy.
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'newlib/libc/stdio/ferror_u.c')
0 files changed, 0 insertions, 0 deletions