Subversion Repositories shark

Compare Revisions

Ignore whitespace Rev 79 → Rev 80

/shark/trunk/include/unistd.h
20,11 → 20,11
 
/**
------------
CVS : $Id: unistd.h,v 1.1.1.1 2002-03-29 14:12:51 pj Exp $
CVS : $Id: unistd.h,v 1.2 2003-03-13 13:41:04 pj Exp $
 
File: $File$
Revision: $Revision: 1.1.1.1 $
Last update: $Date: 2002-03-29 14:12:51 $
Revision: $Revision: 1.2 $
Last update: $Date: 2003-03-13 13:41:04 $
------------
 
unistd.h, inspired on BSD one...
90,7 → 90,10
#define __UNISTD_H__
 
#include <features.h>
#include "ll/sys/cdefs.h"
 
__BEGIN_DECLS
 
void _exit(int status);
 
/* compile-time symbolic constants */
460,4 → 463,5
extern long pathconf(const char *path, int name);
extern long fpathconf(int filedes, int name);
 
__END_DECLS
#endif /* !__UNISTD_H_ */