Date: Fri, 30 Nov 2018 19:59:28 +0000 (UTC) From: Mariusz Zaborski <oshogbo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r341350 - stable/12/lib/libc/gen Message-ID: <201811301959.wAUJxSNl089487@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: oshogbo Date: Fri Nov 30 19:59:28 2018 New Revision: 341350 URL: https://svnweb.freebsd.org/changeset/base/341350 Log: MFC r339502 Add link to the setproctitle_fast function. Modified: stable/12/lib/libc/gen/Makefile.inc Directory Properties: stable/12/ (props changed) Modified: stable/12/lib/libc/gen/Makefile.inc ============================================================================== --- stable/12/lib/libc/gen/Makefile.inc Fri Nov 30 19:58:55 2018 (r341349) +++ stable/12/lib/libc/gen/Makefile.inc Fri Nov 30 19:59:28 2018 (r341350) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811301959.wAUJxSNl089487>