Re: [PATCH] lxc: handle SIGCHLD from exiting container

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Dave Leskovec <dlesko@xxxxxxxxxxxxxxxxxx> wrote:
...
>>> +#ifndef	_SIGNAL_H
>>> +#include <signal.h>
>>> +#endif
>>
>> In practice it's fine to include <signal.h> unconditionally,
>> and even multiple times.  Have you encountered a version of <signal.h>
>> that may not be included twice?  If so, it probably deserves a comment
>> with the details.
>
> No, I don't have any special condition here.  This is probably some past
> conditioning resurfacing briefly.  If I remember correctly, it had more to do
> with compile efficiency rather than avoiding compile failures from multiple
> inclusions.

Then don't bother.
gcc performs a handy optimization whereby it doesn't even open
the header file the second (and subsequent) time it's included, as
long as it's entire contents is wrapped in the usual sort of guard:

  #ifndef SYM
  #define SYM
  ...
  #endif

--
Libvir-list mailing list
Libvir-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/libvir-list

[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]