man pages section 3: Extended Library Functions, Volume 4

Exit Print View

Updated: July 2014
 
 

sysevent_free(3SYSEVENT)

Name

sysevent_free - free memory for sysevent handle

Synopsis

cc [flag …]  file–lsysevent [library …] 
#include <libsysevent.h>

void sysevent_free(sysevent_t *ev);

Parameters

ev

handle to event an event buffer

Description

The sysevent_free() function deallocates memory associated with an event buffer.

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Committed
MT-Level
MT-Safe

See also

attributes(5)

Notes

The libsysevent interfaces do not work at all in non-global zones.