svn commit: r248251 - head/lib/libc/gen
Sergey Kandaurov
pluknet at FreeBSD.org
Wed Mar 13 18:19:33 UTC 2013
Author: pluknet
Date: Wed Mar 13 18:19:33 2013
New Revision: 248251
URL: http://svnweb.freebsd.org/changeset/base/248251
Log:
Link getcontextx(3) to getcontext(3).
Reviewed by: kib
MFC after: 1 week
Modified:
head/lib/libc/gen/Makefile.inc
Modified: head/lib/libc/gen/Makefile.inc
==============================================================================
--- head/lib/libc/gen/Makefile.inc Wed Mar 13 18:18:16 2013 (r248250)
+++ head/lib/libc/gen/Makefile.inc Wed Mar 13 18:19:33 2013 (r248251)
@@ -361,6 +361,7 @@ MLINKS+=getcap.3 cgetcap.3 \
getcap.3 cgetstr.3 \
getcap.3 cgetustr.3
MLINKS+=getcwd.3 getwd.3
+MLINKS+=getcontext.3 getcontextx.3
MLINKS+=getcontext.3 setcontext.3
MLINKS+=getdomainname.3 setdomainname.3
MLINKS+=getfsent.3 endfsent.3 \
More information about the svn-src-head
mailing list