diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2011-02-16 15:16:33 -0800 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 2011-02-16 15:16:33 -0800 |
commit | 8e31c82dbd7dad4d33b35d242b5a990f1168a859 (patch) | |
tree | d82034bf75dae28e49bc41de02a966be461f4343 /ChangeLog | |
parent | f75286c6968af12697f63ca60b2599478fd2c8f1 (diff) | |
download | glibc-8e31c82dbd7dad4d33b35d242b5a990f1168a859.tar.gz glibc-8e31c82dbd7dad4d33b35d242b5a990f1168a859.tar.xz glibc-8e31c82dbd7dad4d33b35d242b5a990f1168a859.zip |
Add multiple inclusion protection to some Mach/i386 internal headers.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3d890b8e05..425ededbb9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org> + * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion + protection macro. + * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H + inclusion protection macro. + * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against SIGRTMIN and SIGRTMAX and print information in that case only when SIGRTMIN is defined. |