summaryrefslogtreecommitdiff
path: root/include/unistd.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-09-17 18:45:41 +0000
committerUlrich Drepper <drepper@redhat.com>2002-09-17 18:45:41 +0000
commit81cb0d8214c425e356c3f79b4b024caab36540b8 (patch)
treefc2119cb63669de6817c3c6410c87d013c74562b /include/unistd.h
parent65c93f621be347ed0804b65cd17d3d01d656e828 (diff)
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.
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/unistd.h b/include/unistd.h
index cc5cfcc518..a5d15aaf37 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -1,7 +1,7 @@
#ifndef _UNISTD_H
# include <posix/unistd.h>
-libc_hidden_proto (_exit)
+libc_hidden_proto (_exit, __noreturn__)
libc_hidden_proto (alarm)
libc_hidden_proto (confstr)
libc_hidden_proto (execl)