1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

* mach/lock-intern.h: Include <sys/cdefs.h>.

* sysdeps/mach/hurd/sigaction.c (__sigaction): Check ACT != NULL before
	reading A.

        * sysdeps/mach/hurd/sigsuspend.c (sigsuspend_not_cancel): Define alias
        to __sigsuspend.

	* sysdeps/mach/i386/sysdep.h: Include <dl-sysdep.h> and <tls.h>.

2006-06-13  Thomas Schwinge  <tschwinge@gnu.org>

	* sysdeps/mach/hurd/tls.h: Change `ASSEMBLER' conditional to
	`__ASSEMBLER__'.
	* sysdeps/mach/hurd/i386/tls.h: Likewise.
This commit is contained in:
Roland McGrath
2007-07-22 06:52:07 +00:00
parent 7b153ce13a
commit 610903b0cc
5 changed files with 25 additions and 1 deletions

View File

@ -19,6 +19,7 @@
#ifndef _LOCK_INTERN_H
#define _LOCK_INTERN_H
#include <sys/cdefs.h>
#include <machine-lock.h>
#ifndef _EXTERN_INLINE