diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-04-29 13:34:32 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-04-29 13:34:32 -0700 |
commit | 314647f75ddfc94e600498a65ea8c7a05e9c20c0 (patch) | |
tree | 98af2a37686264c193af4afd02d580691e30b3b1 /sysdeps/nacl | |
parent | fdbeb9c39ef39bfa0ddf30dcf6d0f5009762bf5a (diff) | |
download | glibc-314647f75ddfc94e600498a65ea8c7a05e9c20c0.tar.gz glibc-314647f75ddfc94e600498a65ea8c7a05e9c20c0.tar.xz glibc-314647f75ddfc94e600498a65ea8c7a05e9c20c0.zip |
NaCl: Make __suseconds_t be long int rather than int32_t.
Diffstat (limited to 'sysdeps/nacl')
-rw-r--r-- | sysdeps/nacl/bits/typesizes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/nacl/bits/typesizes.h b/sysdeps/nacl/bits/typesizes.h index 2a29035057..644388631c 100644 --- a/sysdeps/nacl/bits/typesizes.h +++ b/sysdeps/nacl/bits/typesizes.h @@ -49,7 +49,7 @@ #define __CLOCK_T_TYPE __SQUAD_TYPE #define __TIME_T_TYPE __SQUAD_TYPE #define __USECONDS_T_TYPE __U32_TYPE -#define __SUSECONDS_T_TYPE __S32_TYPE +#define __SUSECONDS_T_TYPE __SLONGWORD_TYPE #define __DADDR_T_TYPE __S32_TYPE #define __KEY_T_TYPE __S32_TYPE #define __CLOCKID_T_TYPE __S32_TYPE |