aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJoakim Verona2013-01-17 00:03:27 +0100
committerJoakim Verona2013-01-17 00:03:27 +0100
commit6bb5cf7058b9268b87359c49a20acf4ca8730837 (patch)
tree864465a0f36bc0fbcf1509f75c83dcdd5af48dc7 /lib
parent29901a24475c9dd0e7e7bc73adb0fabf7d0a7ddd (diff)
parente59eee439c0e379bb062ffa26361ad90fd540406 (diff)
downloademacs-6bb5cf7058b9268b87359c49a20acf4ca8730837.tar.gz
emacs-6bb5cf7058b9268b87359c49a20acf4ca8730837.zip
auto upstream
Diffstat (limited to 'lib')
-rw-r--r--lib/stdint.in.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdint.in.h b/lib/stdint.in.h
index 6e5824b5b67..2db8b2e378b 100644
--- a/lib/stdint.in.h
+++ b/lib/stdint.in.h
@@ -39,7 +39,7 @@
39 Ideally we should test __BIONIC__ here, but it is only defined after 39 Ideally we should test __BIONIC__ here, but it is only defined after
40 <sys/cdefs.h> has been included; hence test __ANDROID__ instead. */ 40 <sys/cdefs.h> has been included; hence test __ANDROID__ instead. */
41#if defined __ANDROID__ \ 41#if defined __ANDROID__ \
42 && defined _SYS_TYPES_H_ && !defined _SSIZE_T_DEFINED_ 42 && defined _SYS_TYPES_H_ && !defined __need_size_t
43# @INCLUDE_NEXT@ @NEXT_STDINT_H@ 43# @INCLUDE_NEXT@ @NEXT_STDINT_H@
44#else 44#else
45 45