sigevent.3 (2aaf9152a852aba9eb2036b95f4948ee77988826) sigevent.3 (757a04bf824d8d12f970ce79b5c816b2c3a571e7)
1.\" -*- nroff -*-
2.\"
3.\" Copyright (c) 2016 John H. Baldwin <jhb@FreeBSD.org>
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD$
27.\"
1.\" -*- nroff -*-
2.\"
3.\" Copyright (c) 2016 John H. Baldwin <jhb@FreeBSD.org>
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

20.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24.\" SUCH DAMAGE.
25.\"
26.\" $FreeBSD$
27.\"
28.Dd July 15, 2016
28.Dd February 25, 2020
29.Dt SIGEVENT 3
30.Os
31.Sh NAME
32.Nm sigevent
33.Nd "asynchronous event notification"
34.Sh SYNOPSIS
35.In signal.h
36.Sh DESCRIPTION

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

114.Dv SIGEV_THREAD
115notifications must link against the
116.Lb librt .
117.Sh SEE ALSO
118.Xr aio_read 2 ,
119.Xr mq_notify 2 ,
120.Xr timer_create 2 ,
121.Xr siginfo 3
29.Dt SIGEVENT 3
30.Os
31.Sh NAME
32.Nm sigevent
33.Nd "asynchronous event notification"
34.Sh SYNOPSIS
35.In signal.h
36.Sh DESCRIPTION

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

114.Dv SIGEV_THREAD
115notifications must link against the
116.Lb librt .
117.Sh SEE ALSO
118.Xr aio_read 2 ,
119.Xr mq_notify 2 ,
120.Xr timer_create 2 ,
121.Xr siginfo 3
122.Sh HISTORY
123The
124.Va sigevent
125structure first appeared in
126.Fx 3.3 .
122.Sh STANDARDS
123The
124.Vt struct sigevent
125type conforms to
126.St -p1003.1-2004 .
127.Sh STANDARDS
128The
129.Vt struct sigevent
130type conforms to
131.St -p1003.1-2004 .