aboutsummaryrefslogtreecommitdiff
path: root/include/libbb.h
diff options
context:
space:
mode:
authoraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-01-15 14:04:57 +0000
committeraldot <aldot@69ca8d6d-28ef-0310-b511-8ec308f3f277>2006-01-15 14:04:57 +0000
commita532478c9fef863dea125eb66441f715cf5d5c38 (patch)
treec0aaacfeb97a9bc74e73f8ff36ecbf1fd173808b /include/libbb.h
parent0c482ced822cfada034ff19b3e1b81f0ef6a6cf8 (diff)
downloadbusybox-w32-a532478c9fef863dea125eb66441f715cf5d5c38.tar.gz
busybox-w32-a532478c9fef863dea125eb66441f715cf5d5c38.tar.bz2
busybox-w32-a532478c9fef863dea125eb66441f715cf5d5c38.zip
- shared libbusybox.
- IMA compilation option (aka IPO, IPA,..) Please holler if i broke something.. git-svn-id: svn://busybox.net/trunk/busybox@13346 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include/libbb.h')
-rw-r--r--include/libbb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/libbb.h b/include/libbb.h
index e9a828c52..2e697a350 100644
--- a/include/libbb.h
+++ b/include/libbb.h
@@ -86,7 +86,7 @@
86#define MAX(a,b) (((a)>(b))?(a):(b)) 86#define MAX(a,b) (((a)>(b))?(a):(b))
87#endif 87#endif
88 88
89extern void bb_show_usage(void) __attribute__ ((noreturn)); 89extern void bb_show_usage(void) __attribute__ ((noreturn, externally_visible));
90extern void bb_error_msg(const char *s, ...) __attribute__ ((format (printf, 1, 2))); 90extern void bb_error_msg(const char *s, ...) __attribute__ ((format (printf, 1, 2)));
91extern void bb_error_msg_and_die(const char *s, ...) __attribute__ ((noreturn, format (printf, 1, 2))); 91extern void bb_error_msg_and_die(const char *s, ...) __attribute__ ((noreturn, format (printf, 1, 2)));
92extern void bb_perror_msg(const char *s, ...) __attribute__ ((format (printf, 1, 2))); 92extern void bb_perror_msg(const char *s, ...) __attribute__ ((format (printf, 1, 2)));