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 /gnu/lib | |
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 'gnu/lib')
-rw-r--r-- | gnu/lib/libstdc++-v3/shlib_version | 2 | ||||
-rw-r--r-- | gnu/lib/libstdc++/shlib_version | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gnu/lib/libstdc++-v3/shlib_version b/gnu/lib/libstdc++-v3/shlib_version index 96c16009a60..95478c54e77 100644 --- a/gnu/lib/libstdc++-v3/shlib_version +++ b/gnu/lib/libstdc++-v3/shlib_version @@ -1,2 +1,2 @@ -major=56 +major=57 minor=0 diff --git a/gnu/lib/libstdc++/shlib_version b/gnu/lib/libstdc++/shlib_version index 96c16009a60..95478c54e77 100644 --- a/gnu/lib/libstdc++/shlib_version +++ b/gnu/lib/libstdc++/shlib_version @@ -1,2 +1,2 @@ -major=56 +major=57 minor=0 |