Files
Arquivotheca.Solaris-2.5/uts/common/sys/ksynch.h
seta75D 7c4988eac0 Init
2021-10-11 19:38:01 -03:00

22 lines
340 B
C
Executable File

/*
* Copyright (c) 1991, Sun Microsystems, Inc.
*/
/*
* DKI/DDI MT synchronization primitives.
*/
#ifndef _SYS_KSYNCH_H
#define _SYS_KSYNCH_H
#pragma ident "@(#)ksynch.h 1.5 93/02/04 SMI"
/*
* The presence of this file is specified by the DKI/DDI.
*/
#include <sys/t_lock.h>
#include <sys/dki_lock.h>
#endif /* _SYS_KSYNCH_H */