Files
recycled-ni-neutrino/src/system/safe_system.h
Stefan Seyfried b8b64efebe add a 'safe_system' function which avoids leaking FDs
Origin commit data
------------------
Branch: ni/coolstream
Commit: 60454a643c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-12-04 (Sun, 04 Dec 2011)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
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