26 #if ! defined (octave_oct_syscalls_h)
27 #define octave_oct_syscalls_h 1
29 #include "octave-config.h"
35 #include <sys/types.h>
OCTAVE_BEGIN_NAMESPACE(octave) static octave_value daspk_fcn
OCTAVE_API gid_t getegid(void)
OCTAVE_API int fcntl(int, int, long)
OCTAVE_API int wnohang(void)
OCTAVE_API pid_t getppid(void)
OCTAVE_API bool wifsignaled(int status)
OCTAVE_API pid_t getpid(void)
OCTAVE_API int wtermsig(int status)
OCTAVE_API int execvp(const std::string &, const string_vector &)
OCTAVE_API bool wifexited(int status)
OCTAVE_API int kill(pid_t, int)
OCTAVE_API int wexitstatus(int status)
OCTAVE_API pid_t waitpid(pid_t, int *status, int)
OCTAVE_API uid_t geteuid(void)
OCTAVE_API pid_t vfork(std::string &)
OCTAVE_API gid_t getgid(void)
OCTAVE_API int wcoredump(int status)
OCTAVE_API pid_t getpgrp(std::string &)
OCTAVE_API int dup2(int, int)
OCTAVE_API pid_t popen2(const std::string &, const string_vector &, bool, int *)
OCTAVE_API pid_t fork(std::string &)
OCTAVE_API int wstopsig(int status)
OCTAVE_API int pipe(int *)
OCTAVE_API bool wifstopped(int status)
OCTAVE_API int wuntraced(void)
OCTAVE_API bool wifcontinued(int status)
OCTAVE_API int wcontinue(void)
OCTAVE_API uid_t getuid(void)