6#ifndef YARP_OS_IMPL_PLATFORMUNISTD_H
7#define YARP_OS_IMPL_PLATFORMUNISTD_H
11# include <ace/OS_NS_unistd.h>
22#if defined(YARP_HAS_ACE)
26 return ACE_OS::hostname(name, len);
The components from which ports and connections are built.
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.