Updates and fixes

This commit is contained in:
ceriel
1991-09-19 12:54:23 +00:00
parent 4bd8dcde59
commit 1df45b5beb
7 changed files with 25 additions and 18 deletions

View File

@@ -1,12 +1,12 @@
/* POSIX fpathconf (Sec. 5.7.1) Author: Andy Tanenbaum */
#include <lib.h>
#include <unistd.h>
#include <sys/types.h>
#define fstat _fstat
#include <sys/stat.h>
#include <errno.h>
#include <limits.h>
#include <unistd.h>
PUBLIC long fpathconf(fd, name)
int fd; /* file descriptor being interrogated */