sem_open.3 (8e234adf862f8cda5ed370b933224162cc19527a) sem_open.3 (096841eceb6f1e33621f6688cd52239f87d99c31)
1.\" Copyright (C) 2000 Jason Evans <jasone@freebsd.org>.
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

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

72.It Bq Er ENOSYS
73Function not supported by this implementation.
74.El
75.Sh STANDARDS
76.Fn sem_open ,
77.Fn sem_close ,
78and
79.Fn sem_unlink
1.\" Copyright (C) 2000 Jason Evans <jasone@freebsd.org>.
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

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

72.It Bq Er ENOSYS
73Function not supported by this implementation.
74.El
75.Sh STANDARDS
76.Fn sem_open ,
77.Fn sem_close ,
78and
79.Fn sem_unlink
80conform to ISO/IEC 9945-1 ANSI/IEEE
81.Pq Dq Tn POSIX
82Std 1003.1 1996 Edition.
80conform to
81.St -p1003.1-96 .