NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/41085 CVS commit: [netbsd-4] src/lib/libpthread
The following reply was made to PR lib/41085; it has been noted by GNATS.
From: Soren Jacobsen <snj%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/41085 CVS commit: [netbsd-4] src/lib/libpthread
Date: Fri, 10 Apr 2009 20:27:45 +0000
Module Name: src
Committed By: snj
Date: Fri Apr 10 20:27:45 UTC 2009
Modified Files:
src/lib/libpthread [netbsd-4]: pthread_sig.c
Log Message:
Apply patch (requested by dholland in ticket #1301):
In the pthreads wrapper for __sigaction14, return -1 and set errno
rather than returning an error number directly like many pthreads
functions do. Fixes a problem where sigaction(-1, ...) returns
EINVAL instead of failing with EINVAL, reported by Matteo Beccati
in PR lib/41085.
To generate a diff of this commit:
cvs rdiff -u -r1.47.2.2 -r1.47.2.3 src/lib/libpthread/pthread_sig.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index