Personal tools
You are here: Home Projects C++ Cfront releases Release 3.0.3 source incl-master const-headers att_sem.h
Document Actions

att_sem.h

by Michael L Powell last modified 2007-01-26 03:20

Click here to get the file

Size 1 kB - File type text/plain

File contents

/*
 * On some machines, 'union semun' is defined in /usr/include/sys/sem.h.
 * For those systems which don't define 'semun', a definition is provided
 * in our C++ version of sys/sem.h.  This file accounts for the case where
 * you use the system headers on a machine that does not define 'semun'.
 * To get the definition provided below, add -D__ATT_SEMUN to CCFLAGS.
 */

#ifndef __ATT_SEM_H
#define __ATT_SEM_H

#ifdef __ATT_SEMUN
union semun {
	int val;
	struct semid_ds *buf;
	ushort *array;
};
#endif

#endif
« April 2024 »
Su Mo Tu We Th Fr Sa
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
 

Powered by Plone CMS, the Open Source Content Management System

This site conforms to the following standards: