9 #ifndef YARP_OS_IMPL_PLATFORMUNISTD_H
10 #define YARP_OS_IMPL_PLATFORMUNISTD_H
14 # include <ace/OS_NS_unistd.h>
27 #if defined(YARP_HAS_ACE)
31 return ACE_OS::hostname(name, len);
36 using ACE_OS::getppid;
char * getcwd(char *buf, size_t size)
Portable wrapper for the getcwd() function.
int getpid()
Portable wrapper for the getppid() function.
int rmdir(const char *p)
Portable wrapper for the rmdir() function.
void gethostname(char *hostname, size_t size)
Portable wrapper for the gethostname() function.
The main, catch-all namespace for YARP.