* hosts/i386v4.h (qsort, strtol): Remove incorrect and useless
authorIan Lance Taylor <ian@airs.com>
Sat, 26 Feb 1994 05:35:43 +0000 (05:35 +0000)
committerIan Lance Taylor <ian@airs.com>
Sat, 26 Feb 1994 05:35:43 +0000 (05:35 +0000)
declarations.

bfd/hosts/i386v4.h

index 3679c80ae7877e5382b67297c09d470da019360d..68af5e174cf7a91888c706bf48c5d0a0aae15338 100644 (file)
@@ -29,14 +29,12 @@ extern int  getgid  PARAMS (());
 extern int     getuid  PARAMS (());
 extern PTR     malloc  PARAMS ((unsigned));
 extern void    perror  PARAMS ((CONST char *));
-extern int     qsort   PARAMS ((void *data, int els, int siz, int func()));
 extern PTR     realloc PARAMS ((PTR, unsigned));
 
 extern char *getenv();
 extern int chmod();
 extern int fstat();
 extern int stat();
-extern int strtol();
 
 extern char *ctime();
 extern int _flsbuf();
This page took 0.025527 seconds and 4 git commands to generate.