aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/nacl/bits
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2015-04-29 15:34:34 -0700
committerRoland McGrath <roland@hack.frob.com>2015-04-29 15:34:34 -0700
commit45c2c5640354b52e5d7acd0a14748e76887d4081 (patch)
treeeea1b8ad4b44cb13dfff0e51ffdd6464a6c58a7f /sysdeps/nacl/bits
parent3600cf1e524b2aad379fa5dc76d5e124b23fc9fa (diff)
downloadglibc-45c2c5640354b52e5d7acd0a14748e76887d4081.tar
glibc-45c2c5640354b52e5d7acd0a14748e76887d4081.tar.gz
glibc-45c2c5640354b52e5d7acd0a14748e76887d4081.tar.bz2
glibc-45c2c5640354b52e5d7acd0a14748e76887d4081.zip
NaCl: Change clock_t to long int.
Diffstat (limited to 'sysdeps/nacl/bits')
-rw-r--r--sysdeps/nacl/bits/typesizes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/nacl/bits/typesizes.h b/sysdeps/nacl/bits/typesizes.h
index 644388631c..ed1b5dc7ab 100644
--- a/sysdeps/nacl/bits/typesizes.h
+++ b/sysdeps/nacl/bits/typesizes.h
@@ -46,7 +46,7 @@
#define __FSFILCNT64_T_TYPE __FSFILCNT_T_TYPE
#define __FSWORD_T_TYPE __SWORD_TYPE
#define __ID_T_TYPE __U32_TYPE
-#define __CLOCK_T_TYPE __SQUAD_TYPE
+#define __CLOCK_T_TYPE __SLONGWORD_TYPE
#define __TIME_T_TYPE __SQUAD_TYPE
#define __USECONDS_T_TYPE __U32_TYPE
#define __SUSECONDS_T_TYPE __SLONGWORD_TYPE