diff options
author | 2010-05-12 18:19:50 +0000 | |
---|---|---|
committer | 2010-05-12 18:19:50 +0000 | |
commit | 56e2227acdeae239ad7471cf6dde19c4d2dc838a (patch) | |
tree | 7506c93145fd0f16eb2c0476660f5ef765fceb64 /gnu/gcc | |
parent | do not unlink the Tx buffer from our global list until we're sure (diff) | |
download | wireguard-openbsd-56e2227acdeae239ad7471cf6dde19c4d2dc838a.tar.xz wireguard-openbsd-56e2227acdeae239ad7471cf6dde19c4d2dc838a.zip |
wint_t is int on OpenBSD; ok kettenis@
Diffstat (limited to 'gnu/gcc')
-rw-r--r-- | gnu/gcc/gcc/config/alpha/openbsd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/gcc/gcc/config/alpha/openbsd.h b/gnu/gcc/gcc/config/alpha/openbsd.h index 4398700e188..c79badfaf20 100644 --- a/gnu/gcc/gcc/config/alpha/openbsd.h +++ b/gnu/gcc/gcc/config/alpha/openbsd.h @@ -70,6 +70,9 @@ Boston, MA 02110-1301, USA. */ #undef WCHAR_TYPE_SIZE #define WCHAR_TYPE_SIZE 32 +#undef WINT_TYPE +#define WINT_TYPE "int" + /* Output and generation of labels. */ #define LOCAL_LABEL_PREFIX "." |