summaryrefslogtreecommitdiff
path: root/lib/stdint.in.h
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2013-01-16 09:45:39 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2013-01-16 09:45:39 -0800
commitffe04adc88e546c406f9b050238fb98a7243c7a0 (patch)
tree2d324119a4154d6716aa2e2ed62aa1935df614dd /lib/stdint.in.h
parentac924f35e49d59bbdc22ca904ca7eef59f76963e (diff)
downloademacs-ffe04adc88e546c406f9b050238fb98a7243c7a0.tar.gz
Merge from gnulib.
Diffstat (limited to 'lib/stdint.in.h')
-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 @@
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