am 32cd82f0: am 7c0b313d: am a7318774: Merge "Change wctype_t from int to long."

* commit '32cd82f093184fc3b6b43171f16ed5d74ca02795':
  Change wctype_t from int to long.
This commit is contained in:
Calin Juravle 2014-05-14 10:47:04 +00:00 committed by Android Git Automerger
commit 7fbc7481cc

View File

@ -64,7 +64,7 @@ enum {
WC_TYPE_MAX
};
typedef int wctype_t;
typedef long wctype_t;
#define WEOF ((wint_t)(-1))