This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: [patch] to gcc: use xexit/xatexit in fixinc



How about if I just remove the call to atexit?
If I do so, all that happens is that the server
shell dies of a SIGPIPE instead of a SIGTERM
signal.  I still assert that the right thing is
for  programs to be written, as much as possible,
to the POSIX specs, with specialized glue applied
on systems that require it.  xexit and xatexit
should be hidden.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]