diff options
author | Philip Guenther <guenther@cvs.openbsd.org> | 2013-10-24 07:34:57 +0000 |
---|---|---|
committer | Philip Guenther <guenther@cvs.openbsd.org> | 2013-10-24 07:34:57 +0000 |
commit | 7d208da145a1f8a495f8cfb279574b6541ddebf8 (patch) | |
tree | abbc19792a4806b84a1c56f5c6444f1d467a4369 /regress/misc | |
parent | c27fdb0652bc97d2fbc2ab9ede852b904193d154 (diff) |
Align suseconds_t with POSIX: it's the type of the tv_usec member of timeval.
Use useconds_t in the ualarm() declaration.
Bump libstdc++ major to be sure there isn't ABI issues.
ok deraadt@ jca@ jmc@ millert@
ports testing by landry@
Diffstat (limited to 'regress/misc')
-rw-r--r-- | regress/misc/c++abi/nm1.ref | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/misc/c++abi/nm1.ref b/regress/misc/c++abi/nm1.ref index 63b54dd4fd8..7cac99cb45c 100644 --- a/regress/misc/c++abi/nm1.ref +++ b/regress/misc/c++abi/nm1.ref @@ -17,7 +17,7 @@ rlim_t(unsigned long long) sa_family_t(unsigned char) segsz_t(int) socklen_t(unsigned int) -suseconds_t(int) +suseconds_t(long) swblk_t(int) uid_t(unsigned int) uint64_t(unsigned long long) |