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 \
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to