diff options
Diffstat (limited to 'lib/libc_r')
-rw-r--r-- | lib/libc_r/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc_r/Makefile b/lib/libc_r/Makefile index 08512b3..496c7e6 100644 --- a/lib/libc_r/Makefile +++ b/lib/libc_r/Makefile @@ -8,7 +8,7 @@ # (for system call stubs) to CFLAGS below. -DSYSLIBC_SCCS affects just the # system call stubs. LIB=c_r -SHLIB_MAJOR= 5 +SHLIB_MAJOR= 6 CFLAGS+=-DPTHREAD_KERNEL CFLAGS+=-I${.CURDIR}/../libc/include -I${.CURDIR}/uthread \ -I${.CURDIR}/../../include |