This is the mail archive of the
newlib@sources.redhat.com
mailing list for the newlib project.
Moving everything from signal.h to sys/signal.h
- From: Christopher Faylor <me at cgf dot cx>
- To: newlib at sourceware dot org
- Date: Sun, 3 Oct 2004 18:12:01 -0400
- Subject: Moving everything from signal.h to sys/signal.h
Is there any reason why there are a handful of definitions in
libc/include/signal.h while most of the signal definitions are in
libc/include/sys/signal.h? I think most systems (at least the
ones I checked) tend to make sys/signal.h == signal.h.
cgf