artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51da90d
)
crank libc major because syscall(2) was removed
author
deraadt
<deraadt@openbsd.org>
Tue, 12 Dec 2023 15:41:24 +0000
(15:41 +0000)
committer
deraadt
<deraadt@openbsd.org>
Tue, 12 Dec 2023 15:41:24 +0000
(15:41 +0000)
lib/libc/shlib_version
patch
|
blob
|
history
diff --git
a/lib/libc/shlib_version
b/lib/libc/shlib_version
index
6e63f1a
..
211c246
100644
(file)
--- a/
lib/libc/shlib_version
+++ b/
lib/libc/shlib_version
@@
-1,4
+1,4
@@
-major=9
7
-minor=
1
+major=9
8
+minor=
0
# note: If changes were made to include/thread_private.h or if system calls
# were added/changed then librthread/shlib_version must also be updated.