Date: Fri, 17 Apr 2009 14:19:19 +0000 (UTC) From: David Schultz <das@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r191202 - head/include Message-ID: <200904171419.n3HEJJ5K024666@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: das Date: Fri Apr 17 14:19:18 2009 New Revision: 191202 URL: http://svn.freebsd.org/changeset/base/191202 Log: Revert r190943, since the problem in ports seems to be fixed now. It's amazing how a well-placed eyesore generates more motivation in a day than email generates in three weeks. Modified: head/include/signal.h Modified: head/include/signal.h ============================================================================== --- head/include/signal.h Fri Apr 17 13:22:18 2009 (r191201) +++ head/include/signal.h Fri Apr 17 14:19:18 2009 (r191202) @@ -72,10 +72,8 @@ int raise(int); #if __POSIX_VISIBLE || __XSI_VISIBLE int kill(__pid_t, int); -#ifndef _PTH_PTHREAD_H_ /* XXX kludge to work around GNU Pth brokenness */ int pthread_kill(__pthread_t, int); int pthread_sigmask(int, const __sigset_t *, __sigset_t *); -#endif int sigaction(int, const struct sigaction * __restrict, struct sigaction * __restrict); int sigaddset(sigset_t *, int);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904171419.n3HEJJ5K024666>