Files
recycled-ni-neutrino/src/system/safe_system.h
Stefan Seyfried ecd73d51b2 add a 'safe_system' function which avoids leaking FDs
Origin commit data
------------------
Commit: 60454a643c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-12-04 (Sun, 04 Dec 2011)
2012-04-17 19:33:50 +02:00

12 lines
160 B
C

#ifndef _SAFE_SYSTEM_H_
#define _SAFE_SYSTEM_H_
#ifdef __cplusplus
extern "C"
{
#endif
extern int safe_system(const char *);
#ifdef __cplusplus
}
#endif
#endif