projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9fddf5a
)
Correcting a prototype for gcc.
author
K. Richard Pixley
<rich@cygnus>
Tue, 6 Aug 1991 20:35:15 +0000
(20:35 +0000)
committer
K. Richard Pixley
<rich@cygnus>
Tue, 6 Aug 1991 20:35:15 +0000
(20:35 +0000)
bfd/hosts/sparc.h
patch
|
blob
|
history
diff --git
a/bfd/hosts/sparc.h
b/bfd/hosts/sparc.h
index c01e1a37619a173c62c587291e84c6afa7c1bf36..f93a21e8daf582c14924c92e5139db39ed6808bb 100644
(file)
--- a/
bfd/hosts/sparc.h
+++ b/
bfd/hosts/sparc.h
@@
-28,7
+28,7
@@
extern PROTO(PTR,memset,(PTR, int,unsigned int));
#ifndef __GNUC__
PROTO(PTR, memcpy,(PTR,CONST PTR,unsigned int));
#else
-PROTO(char *, memcpy,(char *,CONST char *,unsigned int));
+/* PROTO(char *, memcpy,(char *,CONST char *,unsigned int)); */
#endif
extern PROTO(int,getuid,());