6 #ifndef YARP_OS_IMPL_PLATFORMUNISTD_H
7 #define YARP_OS_IMPL_PLATFORMUNISTD_H
11 # include <ace/OS_NS_unistd.h>
24 #if defined(YARP_HAS_ACE)
28 return ACE_OS::hostname(name, len);
33 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.