changed system-calls to avoid namespace pollution

This commit is contained in:
eck
1990-01-22 11:44:21 +00:00
parent c6d87355db
commit c1b2a43ef5
11 changed files with 68 additions and 72 deletions

View File

@@ -7,8 +7,6 @@
#include <stdlib.h>
#include "../stdio/loc_incl.h"
int lseek(int d, int offset, int whence);
FILE *
fdopen(int fd, const char *mode)
{