linux-generic: add header guard for <not-cancel.h>
authorChris Metcalf <cmetcalf@tilera.com>
Wed, 16 May 2012 13:34:38 +0000 (09:34 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Wed, 16 May 2012 13:34:38 +0000 (09:34 -0400)
commit981416291cd4bd63e6f0e4b0b3e237ee85756ede
tree5a27ec45a37465ebd720176e70bebdf70840098c
parent32e8667947c67298608e1b5bee496e3f310170fe
linux-generic: add header guard for <not-cancel.h>

In general we just try to include <not-cancel.h> once, thus avoiding
any issues with multiple inclusion.

However, the getaddrinfo sources are somewhat tangled, and .c files
include each other to get the final result.  Each .c file currently has
its own include of <not-cancel.h>.  While you could properly re-factor
this for the case of gai.c, the posix/tst-rfc3484.c tests directly include
one of the sub-files (sysdeps/posix/getaddrinfo.c), and it starts to
feel fragile.
ChangeLog.linux-generic
sysdeps/unix/sysv/linux/generic/not-cancel.h