From 81cb0d8214c425e356c3f79b4b024caab36540b8 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 17 Sep 2002 18:45:41 +0000 Subject: Update. * include/libc-symbols.h: Change *hidden_proto macros to accept option parameters and pass those to the attribute definition. * include/unistd.h (_exit): Add __noreturn__ to libc_hidden_proto call. --- include/unistd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/unistd.h') diff --git a/include/unistd.h b/include/unistd.h index cc5cfcc..a5d15aa 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -1,7 +1,7 @@ #ifndef _UNISTD_H # include -libc_hidden_proto (_exit) +libc_hidden_proto (_exit, __noreturn__) libc_hidden_proto (alarm) libc_hidden_proto (confstr) libc_hidden_proto (execl) -- cgit v1.1