diff options
author | Brad Smith <brad@cvs.openbsd.org> | 2004-02-22 23:59:27 +0000 |
---|---|---|
committer | Brad Smith <brad@cvs.openbsd.org> | 2004-02-22 23:59:27 +0000 |
commit | f9429574c85acd0974ac93c2f82dd1ee0d430364 (patch) | |
tree | ffc9cb44ed37b1f4372f777cb8ee80865a1a11e0 /lib/libpthread/shlib_version | |
parent | 118b0dcdd81004c19167d42852cf6de5833f59b5 (diff) |
add pthread_attr_[get|set]stack
From: FreeBSD's libc_r
ok marc@
Diffstat (limited to 'lib/libpthread/shlib_version')
-rw-r--r-- | lib/libpthread/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libpthread/shlib_version b/lib/libpthread/shlib_version index b363be4447c..c87e1c60d46 100644 --- a/lib/libpthread/shlib_version +++ b/lib/libpthread/shlib_version @@ -1,2 +1,2 @@ major=2 -minor=3 +minor=4 |