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