Modified fctnl proto
authorSteve Chamberlain <steve@cygnus>
Thu, 4 Jul 1991 17:00:42 +0000 (17:00 +0000)
committerSteve Chamberlain <steve@cygnus>
Thu, 4 Jul 1991 17:00:42 +0000 (17:00 +0000)
bfd/hosts/sparc.h

index a4652a233e78139d6efe965f0f281c0b051933ce..41f86586915f738144c7814357a1cb7a9ee7f91e 100644 (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()));
This page took 0.02717 seconds and 4 git commands to generate.