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

* commit '7c0b313df17569fd821a5617339f962fa1f1ef11':
  Change wctype_t from int to long.
This commit is contained in:
Calin Juravle 2014-05-14 10:42:44 +00:00 committed by Android Git Automerger
commit 32cd82f093

View File

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