pthread_sigmask.3 (4c089f4dffe2205b8c8833d43180fbde6d42d9e7) pthread_sigmask.3 (2a53c5ec96956e0718b1a2db43bd3dc5f8bac982)
1.\" Copyright (C) 2000 Jason Evans <jasone@canonware.com>.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice(s), this list of conditions and the following disclaimer as

--- 77 unchanged lines hidden (view full) ---

86.Sh SEE ALSO
87.Xr sigaction 2 ,
88.Xr sigpending 2 ,
89.Xr sigprocmask 2 ,
90.Xr sigsetops 3 ,
91.Xr sigsuspend 2
92.Sh STANDARDS
93.Fn pthread_sigmask
1.\" Copyright (C) 2000 Jason Evans <jasone@canonware.com>.
2.\" All rights reserved.
3.\"
4.\" Redistribution and use in source and binary forms, with or without
5.\" modification, are permitted provided that the following conditions
6.\" are met:
7.\" 1. Redistributions of source code must retain the above copyright
8.\" notice(s), this list of conditions and the following disclaimer as

--- 77 unchanged lines hidden (view full) ---

86.Sh SEE ALSO
87.Xr sigaction 2 ,
88.Xr sigpending 2 ,
89.Xr sigprocmask 2 ,
90.Xr sigsetops 3 ,
91.Xr sigsuspend 2
92.Sh STANDARDS
93.Fn pthread_sigmask
94conforms to ISO/IEC 9945-1 ANSI/IEEE
95.Pq Dq Tn POSIX
96Std 1003.1 1996 Edition.
94conforms to
95.St -iso9945-1