Modified fctnl proto

This commit is contained in:
Steve Chamberlain 1991-07-04 17:00:42 +00:00
parent 7a276b09e5
commit 6f7912b9fb
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
extern PROTO(int, abort,(void));
extern PROTO(int, close,(int));
extern PROTO(int, fcntl,(int des, int cmd));
extern PROTO(int, fcntl,(int des, int cmd, int e));
extern PROTO(int, fprintf,(FILE *,char *,...));
extern PROTO(int, printf,(char *,...));
extern PROTO(int, qsort,(void *data,int els, int siz, int func()));