]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* hosts/sysv4.h (qsort, strtol): Don't declare.
authorIan Lance Taylor <ian@airs.com>
Wed, 6 Jul 1994 23:28:31 +0000 (23:28 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 6 Jul 1994 23:28:31 +0000 (23:28 +0000)
bfd/hosts/sysv4.h

index 51ac2e720ddd5147f0e5881f656cf1759560a1bc..0f75102ee3f72f20e07e0ff318f5d39ec2a0986d 100644 (file)
@@ -37,14 +37,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();