diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2005-12-06 06:05:46 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2005-12-06 06:05:46 +0000 |
commit | 08821d85b0dd3f03968454d4c924d03f2a607b74 (patch) | |
tree | f1ccc419d247f146d554484d1b56327442cfd143 /lib | |
parent | 97d8d050c32574ae51fd4956f665f518666a230b (diff) |
can't build shared lib without shlib_version
Maxim Bourmistrov noticed.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/librthread/shlib_version | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/librthread/shlib_version b/lib/librthread/shlib_version new file mode 100644 index 00000000000..1edea46de91 --- /dev/null +++ b/lib/librthread/shlib_version @@ -0,0 +1,2 @@ +major=1 +minor=0 |