Date: Fri, 26 Oct 2001 10:46:45 -0700 (PDT) From: Ruslan Ermilov <ru@FreeBSD.org> 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 Message-ID: <200110261746.f9QHkj533842@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <sys/socket.h> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200110261746.f9QHkj533842>
