aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
parent3600cf1e524b2aad379fa5dc76d5e124b23fc9fa (diff)
downloadglibc-45c2c5640354b52e5d7acd0a14748e76887d4081.zip
glibc-45c2c5640354b52e5d7acd0a14748e76887d4081.tar.gz
glibc-45c2c5640354b52e5d7acd0a14748e76887d4081.tar.bz2
NaCl: Change clock_t to long int.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 653cffe..cf5a52c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2015-04-29 Roland McGrath <roland@hack.frob.com>
+ * sysdeps/nacl/bits/typesizes.h (__CLOCK_T_TYPE): Use __SLONGWORD_TYPE.
+ * sysdeps/nacl/nacl-interfaces.h (nacl_abi_clock_t): Use clock_t.
+
* sysdeps/nacl/euidaccess.c (euidaccess): Renamed to __euidaccess.
(euidaccess, eaccess): Define as weak aliases.