svn commit: r339502 - head/lib/libc/gen

Mariusz Zaborski oshogbo at FreeBSD.org
Sat Oct 20 22:25:58 UTC 2018


Author: oshogbo
Date: Sat Oct 20 22:25:57 2018
New Revision: 339502
URL: https://svnweb.freebsd.org/changeset/base/339502

Log:
  Add link to the setproctitle_fast function.
  
  MFC after:	1 week

Modified:
  head/lib/libc/gen/Makefile.inc

Modified: head/lib/libc/gen/Makefile.inc
==============================================================================
--- head/lib/libc/gen/Makefile.inc	Sat Oct 20 22:24:58 2018	(r339501)
+++ head/lib/libc/gen/Makefile.inc	Sat Oct 20 22:25:57 2018	(r339502)
@@ -489,6 +489,7 @@ MLINKS+=setjmp.3 _longjmp.3 \
 	setjmp.3 siglongjmp.3 \
 	setjmp.3 sigsetjmp.3
 MLINKS+=setmode.3 getmode.3
+MLINKS+=setproctitle.3 setproctitle_fast.3
 MLINKS+=sigsetops.3 sigaddset.3 \
 	sigsetops.3 sigdelset.3 \
 	sigsetops.3 sigemptyset.3 \


More information about the svn-src-head mailing list