File: selfpipe.h

package info (click to toggle)
bglibs 2.04%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,500 kB
  • sloc: ansic: 15,824; perl: 674; sh: 63; makefile: 29
file content (13 lines) | stat: -rw-r--r-- 235 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef BGLIBS__SELF_PIPE__H__
#define BGLIBS__SELF_PIPE__H__

/** \defgroup selfpipe selfpipe: Safe child exit management.
@{ */

int selfpipe_init(void);
void selfpipe_close(void);
void selfpipe_catch_signal(int);

/** @} */

#endif