File: selfpipe.h

package info (click to toggle)
bglibs 2.04%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,368 kB
  • sloc: ansic: 15,820; perl: 674; sh: 64; makefile: 26
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