From 9e1cf493901337bbc14d85dc1bce0fdcc851460d Mon Sep 17 00:00:00 2001 From: Mike Heffner Date: Wed, 10 Dec 2003 16:33:17 +0000 Subject: [PATCH] Add reference to standards/55112 for next time SHLIB_MAJOR is bumped. Suggested by: wollman --- lib/libc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/libc/Makefile b/lib/libc/Makefile index 66af97d73a72..5d8bec0c8d0b 100644 --- a/lib/libc/Makefile +++ b/lib/libc/Makefile @@ -10,6 +10,7 @@ # system call stubs. LIB=c # If you bump SHLIB_MAJOR, remove kluge from gen/gethostname.c. +# If you bump SHLIB_MAJOR, see standards/55112 SHLIB_MAJOR= 5 SHLIBDIR?= /lib WARNS?= 1