File: procops.h

package info (click to toggle)
swapd 0.2-10
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 252 kB
  • ctags: 59
  • sloc: ansic: 811; sh: 223; makefile: 72
file content (12 lines) | stat: -rw-r--r-- 361 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
procops.h, copyright Neven Lovric <nlovric@linux.hr>

sfork is equivalent to fork in every way, except it never fails.
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#ifndef _PROCOPS_H
#define _PROCOPS_H

pid_t sfork(void);

#endif /* _PROCOPS_H */