This website requires JavaScript.
Explore
Help
Sign In
libs
/
newlib-cygwin
mirror of
git://sourceware.org/git/newlib-cygwin.git
Watch
4
Star
0
Fork
You've already forked newlib-cygwin
0
Code
Issues
Projects
Releases
Wiki
Activity
99f3898dfc
newlib-cygwin
/
libgloss
/
m32r
/
raise.c
7 lines
42 B
C
Raw
Normal View
History
Unescape
Escape
20000317 sourceware import
2000-03-18 06:48:54 +08:00
/* ??? Needed? */
Fix most of m32r libgloss for c99/gcc-14 Make implicit its explicit, add missing prototypes and header includes. This does not fix m32r-stub.c which needs more than the trivial work that Jeff J has pre-approved.
2023-12-23 12:21:52 +08:00
int
_raise
(
void
)
20000317 sourceware import
2000-03-18 06:48:54 +08:00
{
}