diff options
author | Simon Josefsson <simon@josefsson.org> | 2013-03-24 10:17:07 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2013-03-24 10:17:07 +0100 |
commit | 50e02f7e015ccd603d89039f1ad82a5b2eb9a25a (patch) | |
tree | 165b0e7818031f9cc9f57c5b78fd23a03b2cbb99 /lib/gllib | |
parent | eb7dcd9f2da288acf527e13fc8f701d7b20886bf (diff) | |
download | libtasn1-50e02f7e015ccd603d89039f1ad82a5b2eb9a25a.tar.gz libtasn1-50e02f7e015ccd603d89039f1ad82a5b2eb9a25a.tar.bz2 libtasn1-50e02f7e015ccd603d89039f1ad82a5b2eb9a25a.zip |
Update gnulib files.
Diffstat (limited to 'lib/gllib')
-rw-r--r-- | lib/gllib/stdint.in.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gllib/stdint.in.h b/lib/gllib/stdint.in.h index 50170e7..07a4b80 100644 --- a/lib/gllib/stdint.in.h +++ b/lib/gllib/stdint.in.h @@ -39,7 +39,7 @@ Ideally we should test __BIONIC__ here, but it is only defined after <sys/cdefs.h> has been included; hence test __ANDROID__ instead. */ #if defined __ANDROID__ \ - && defined _SYS_TYPES_H_ && !defined _SSIZE_T_DEFINED_ + && defined _SYS_TYPES_H_ && !defined __need_size_t # @INCLUDE_NEXT@ @NEXT_STDINT_H@ #else |