Date: Sun, 10 Oct 2021 15:47:06 GMT From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 24b51c7295db - main - ObsoleteFiles.inc: stop removing pthread_mutexattr_get/setpshared.3 Message-ID: <202110101547.19AFl64a009880@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by kib: URL: https://cgit.FreeBSD.org/src/commit/?id=24b51c7295db6b316250f0288aaf05660a81063e commit 24b51c7295db6b316250f0288aaf05660a81063e Author: Konstantin Belousov <kib@FreeBSD.org> AuthorDate: 2021-10-10 14:38:20 +0000 Commit: Konstantin Belousov <kib@FreeBSD.org> CommitDate: 2021-10-10 15:46:43 +0000 ObsoleteFiles.inc: stop removing pthread_mutexattr_get/setpshared.3 The man pages were added by 6bda192013fc8e (as symlinks). Sponsored by: The FreeBSD Foundation MFC after: 3 days --- ObsoleteFiles.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index ee77a56b7acc..cea96addd379 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -14836,8 +14836,6 @@ OLD_FILES+=usr/share/man/man3/isnanf.3.gz OLD_FILES+=usr/share/man/man3/libautofs.3.gz OLD_FILES+=usr/share/man/man3/pthread_attr_setsstack.3.gz OLD_FILES+=usr/share/man/man3/pthread_getcancelstate.3.gz -OLD_FILES+=usr/share/man/man3/pthread_mutexattr_getpshared.3.gz -OLD_FILES+=usr/share/man/man3/pthread_mutexattr_setpshared.3.gz OLD_FILES+=usr/share/man/man3/set_assertion_failure_callback.3.gz OLD_FILES+=usr/share/man/man3/setkey.3.gz OLD_FILES+=usr/share/man/man3/setvfsent.3.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110101547.19AFl64a009880>