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:
bc0d4cb
)
* xm-sun4os4.h: Return type of free() should be void, not int.
author
Stu Grossman
<grossman@cygnus>
Fri, 19 Mar 1993 22:13:38 +0000
(22:13 +0000)
committer
Stu Grossman
<grossman@cygnus>
Fri, 19 Mar 1993 22:13:38 +0000
(22:13 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/xm-sun4os4.h
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 02ff0c505c399158e91f577bca2427321080867c..0369b453f41d70c5b1401c31dea8eb244aa05d08 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,5
+1,7
@@
Fri Mar 19 12:59:50 1993 Stu Grossman (grossman@cygnus.com)
+ * xm-sun4os4.h: Return type of free() should be void, not int.
+
* vx-share/vxWorks.h: Remove #def of NULL.
Fri Mar 19 11:28:18 1993 Jim Kingdon (kingdon@cygnus.com)
diff --git
a/gdb/xm-sun4os4.h
b/gdb/xm-sun4os4.h
index 4a6133c544b98ed77dc3179d415634af0cdd5f7a..be96f41da6b7d63d4814051650dbfcbb9ecfed10 100644
(file)
--- a/
gdb/xm-sun4os4.h
+++ b/
gdb/xm-sun4os4.h
@@
-46,7
+46,7
@@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define MALLOC_INCOMPATIBLE
extern char* malloc PARAMS (());
extern char* realloc PARAMS (());
-extern
int
free PARAMS (());
+extern
void
free PARAMS (());
/* SunOS 4.x uses nonstandard "char *" as type of third argument to ptrace() */