Skip to content

Commit 351842d

Browse files
vincent-mailholjjohnstn
authored andcommitted
libgloss: i386: cygmon-gmon.c: fix _mcount() return type
1 parent 9592170 commit 351842d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libgloss/i386/cygmon-gmon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ moncontrol(int mode)
118118
}
119119
}
120120

121-
int
121+
void
122122
monstartup(lowpc, highpc)
123123
char *lowpc;
124124
char *highpc;

0 commit comments

Comments
 (0)