26 #if ! defined (octave_unistd_wrappers_h)
27 #define octave_unistd_wrappers_h 1
29 #if ! defined (__cplusplus)
33 #include <sys/types.h>
35 #if defined __cplusplus
107 #if defined __cplusplus
OCTAVE_API const char * octave_ctermid_wrapper(void)
OCTAVE_API pid_t octave_getppid_wrapper(void)
OCTAVE_API pid_t octave_fork_wrapper(void)
OCTAVE_API int octave_dup2_wrapper(int fd1, int fd2)
OCTAVE_API int octave_access_x_ok(void)
OCTAVE_API int octave_close_wrapper(int fd)
OCTAVE_API int octave_rmdir_wrapper(const char *nm)
OCTAVE_API int octave_access_wrapper(const char *nm, int mode)
OCTAVE_API pid_t octave_setsid_wrapper(void)
OCTAVE_API int octave_unlink_wrapper(const char *nm)
OCTAVE_API int octave_gethostname_wrapper(char *nm, size_t len)
OCTAVE_API int octave_execvp_wrapper(const char *file, char *const *argv)
OCTAVE_API int octave_chdir_wrapper(const char *nm)
OCTAVE_API pid_t octave_getpid_wrapper(void)
OCTAVE_API int octave_stdin_fileno(void)
OCTAVE_API int octave_symlink_wrapper(const char *nm1, const char *nm2)
OCTAVE_API gid_t octave_getgid_wrapper(void)
OCTAVE_API char * octave_getcwd_wrapper(char *nm, size_t len)
OCTAVE_API int octave_access_r_ok(void)
OCTAVE_API bool octave_have_fork(void)
OCTAVE_API int octave_link_wrapper(const char *nm1, const char *nm2)
OCTAVE_API bool octave_have_vfork(void)
OCTAVE_API int octave_isatty_wrapper(int fd)
OCTAVE_API int octave_access_w_ok(void)
OCTAVE_API pid_t octave_getpgrp_wrapper(void)
OCTAVE_API gid_t octave_getegid_wrapper(void)
OCTAVE_API uid_t octave_geteuid_wrapper(void)
OCTAVE_API int octave_pipe_wrapper(int *fd)
OCTAVE_API int octave_access_f_ok(void)
OCTAVE_API uid_t octave_getuid_wrapper(void)
OCTAVE_API int octave_execv_wrapper(const char *file, char *const *argv)
OCTAVE_API int octave_stdout_fileno(void)
OCTAVE_API pid_t octave_vfork_wrapper(void)
OCTAVE_API int octave_ftruncate_wrapper(int fd, off_t sz)