aboutsummaryrefslogtreecommitdiff
path: root/system/include/libc/sys
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-03-25 17:36:26 -0700
committerAlon Zakai <alonzakai@gmail.com>2013-03-25 17:36:26 -0700
commit5cedd415bd1b379f96af4e2487b75fecc407759a (patch)
tree6e2ebf12b2f69ee43549008e73f43e24371e7bd9 /system/include/libc/sys
parenta1fdf60cc92ce1a5fa4eee972c3d9a255c73bbb7 (diff)
parentbc2c6ba21551f54c42047b01beeccf9daae7a03a (diff)
Merge pull request #993 from waywardmonkeys/reinstate-attributes
Re-instate _ATTRIBUTE() usages.
Diffstat (limited to 'system/include/libc/sys')
-rw-r--r--system/include/libc/sys/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/include/libc/sys/unistd.h b/system/include/libc/sys/unistd.h
index 082c5e4d..b0c6d505 100644
--- a/system/include/libc/sys/unistd.h
+++ b/system/include/libc/sys/unistd.h
@@ -14,7 +14,7 @@ extern "C" {
extern char **environ;
-void _EXFUN(_exit, (int __status )); /* _ATTRIBUTE ((noreturn))); */
+void _EXFUN(_exit, (int __status ) _ATTRIBUTE(noreturn));
int _EXFUN(access,(const char *__path, int __amode ));
unsigned _EXFUN(alarm, (unsigned __secs ));