From owner-cvs-all Fri Oct 26 10:46:49 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8068837B405; Fri, 26 Oct 2001 10:46:45 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9QHkj533842; Fri, 26 Oct 2001 10:46:45 -0700 (PDT) (envelope-from ru) Message-Id: <200110261746.f9QHkj533842@freefall.freebsd.org> From: Ruslan Ermilov Date: Fri, 26 Oct 2001 10:46:45 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc_r/uthread Makefile.inc pthread_private.h uthread_attr_setprio.c uthread_sigblock.c uthread_signal.c uthread_sigsetmask.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ru 2001/10/26 10:46:45 PDT Modified files: lib/libc_r/uthread Makefile.inc pthread_private.h Removed files: lib/libc_r/uthread uthread_attr_setprio.c uthread_sigblock.c uthread_signal.c uthread_sigsetmask.c Log: Removed: - uthread_signal.c; libc_r does not wrap signal() since 1998/04/29. - uthread_attr_setprio.c; it was never connected to the build, and pthread_attr_setprio() does not exist in POSIX. - uthread_sigblock.c and uthread_sigsetmask.c; these were no-ops bloating libc_r's space. pthread_private.h: - Removed prototypes of non-syscalls: send(). - Removed prototypes of unused syscalls: sigpending(), sigsuspend(), and select(). - Fixed prototype of fork(). - MFS: Fixed prototypes of syscalls. Reviewed by: deischen Approved by: deischen, jasone Revision Changes Path 1.30 +1 -3 src/lib/libc_r/uthread/Makefile.inc 1.61 +11 -15 src/lib/libc_r/uthread/pthread_private.h 1.7 +0 -52 src/lib/libc_r/uthread/uthread_attr_setprio.c (dead) 1.6 +0 -47 src/lib/libc_r/uthread/uthread_sigblock.c (dead) 1.7 +0 -56 src/lib/libc_r/uthread/uthread_signal.c (dead) 1.6 +0 -47 src/lib/libc_r/uthread/uthread_sigsetmask.c (dead) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message