From 3871f58f065dac3917eb18220a479e9591769c8c Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 27 Oct 2011 16:52:22 +0200 Subject: Don't mark memory synchronisation functions as leaf --- posix/unistd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'posix') diff --git a/posix/unistd.h b/posix/unistd.h index 9b41697..01fb64a 100644 --- a/posix/unistd.h +++ b/posix/unistd.h @@ -776,7 +776,7 @@ extern int setresgid (__gid_t __rgid, __gid_t __egid, __gid_t __sgid) /* Clone the calling process, creating an exact copy. Return -1 for errors, 0 to the new process, and the process ID of the new process to the old process. */ -extern __pid_t fork (void) __THROW; +extern __pid_t fork (void) __THROWNL; #if (defined __USE_XOPEN_EXTENDED && !defined __USE_XOPEN2K8) \ || defined __USE_BSD -- cgit v1.1