projects
/
external
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bff600c
)
* hosts/i386v4.h (qsort, strtol): Remove incorrect and useless
author
Ian Lance Taylor
<ian@airs.com>
Sat, 26 Feb 1994 05:35:43 +0000
(
05:35
+0000)
committer
Ian Lance Taylor
<ian@airs.com>
Sat, 26 Feb 1994 05:35:43 +0000
(
05:35
+0000)
declarations.
bfd/hosts/i386v4.h
patch
|
blob
|
history
diff --git
a/bfd/hosts/i386v4.h
b/bfd/hosts/i386v4.h
index
3679c80
..
68af5e1
100644
(file)
--- 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();