/* Function declarations for MAPUX */

#ifndef _HAVE_CALLS_H_
#define _HAVE_CALLS_H_

int	__exit();
int	_open();
int	_close();
int	_creat();
int	_mknod();
int	_link();
int	_unlink();
int	_read();
int	_write();
int	_seek();
int	_chdir();
int	_sync();
int	_access();
int	_chmod();
int	_chown();
int	_stat();
int	_fstat();
int	_dup();
int	_getpid();
int	_getppid();
int	_getuid();
int	_umask();
int	_getfsys();
int	_execve();
int	_wait();
int	_setuid();
int	_setgid();
int	_time();
int	_stime();
int	_ioctl();
int	_brk();
int	_sbrk();
int	_fork();
int	_mount();
int	_umount();
int	_signal();
int	_dup2();
int	_pause();
int	_alarm();
int	_kill();
int	_pipe();
int	_getgid();
int	_times();

#endif

