Updates
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
#include <lib.h>
|
||||
#define chdir _chdir
|
||||
#include <unistd.h>
|
||||
|
||||
int chdir(name)
|
||||
PUBLIC int chdir(name)
|
||||
char *name;
|
||||
{
|
||||
return(_callm3(FS, CHDIR, 0, name));
|
||||
|
||||
Reference in New Issue
Block a user