diff options
author | David Leonard <d@cvs.openbsd.org> | 1999-01-06 05:29:30 +0000 |
---|---|---|
committer | David Leonard <d@cvs.openbsd.org> | 1999-01-06 05:29:30 +0000 |
commit | 9ab0a75a4ac38d0ebbc15b577ac972bb69efc6c3 (patch) | |
tree | cc25e38050d2943df5b9c074d408bf9e2aae3126 /lib/libpthread/uthread/uthread_sigsetmask.c | |
parent | 3d64eb41e7459adcc556f2ee8192edfc77510528 (diff) |
ident
Diffstat (limited to 'lib/libpthread/uthread/uthread_sigsetmask.c')
-rw-r--r-- | lib/libpthread/uthread/uthread_sigsetmask.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libpthread/uthread/uthread_sigsetmask.c b/lib/libpthread/uthread/uthread_sigsetmask.c index bf48d7b4fa0..1f416551142 100644 --- a/lib/libpthread/uthread/uthread_sigsetmask.c +++ b/lib/libpthread/uthread/uthread_sigsetmask.c @@ -29,6 +29,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * + * $OpenBSD: uthread_sigsetmask.c,v 1.2 1999/01/06 05:29:28 d Exp $ */ #include <signal.h> #ifdef _THREAD_SAFE |