From 86dbb1303fc4eee91e89409f68fc05234f014977 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Sat, 26 Feb 1994 05:35:43 +0000 Subject: [PATCH] * hosts/i386v4.h (qsort, strtol): Remove incorrect and useless declarations. --- bfd/hosts/i386v4.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/bfd/hosts/i386v4.h b/bfd/hosts/i386v4.h index 3679c80ae78..68af5e174cf 100644 --- a/bfd/hosts/i386v4.h +++ b/bfd/hosts/i386v4.h @@ -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(); -- 2.30.2