Subversion Repositories planix.SVN

Rev

Rev 2 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 - 1
#include <lib9.h>
2
 
3
extern	int	_RFORK(int);
4
 
5
int
6
rfork(int flags)
7
{
8
	return _RFORK(flags);
9
}