diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-04-29 15:34:34 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-04-29 15:34:34 -0700 |
commit | 45c2c5640354b52e5d7acd0a14748e76887d4081 (patch) | |
tree | eea1b8ad4b44cb13dfff0e51ffdd6464a6c58a7f /ChangeLog | |
parent | 3600cf1e524b2aad379fa5dc76d5e124b23fc9fa (diff) | |
download | glibc-45c2c5640354b52e5d7acd0a14748e76887d4081.zip glibc-45c2c5640354b52e5d7acd0a14748e76887d4081.tar.gz glibc-45c2c5640354b52e5d7acd0a14748e76887d4081.tar.bz2 |
NaCl: Change clock_t to long int.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |