Opened 16 years ago
Closed 16 years ago
#2637 closed bug (fixed)
[PATCH] Signal tests do not compile with gcc4
Reported by: | andreasf | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | System/libroot.so | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
signal_test
does not compile due to lack of stdlib.h
for exit
.
syscall_restart
does not compile due to ISO-forbidden C++ array initialization.
Attachments (1)
Change History (3)
by , 16 years ago
Attachment: | signal-tests-gcc4.diff added |
---|
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
proposed patch