aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2009-04-09 12:35:13 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2009-04-09 12:35:13 +0000
commitf81e8dbc74186f34faa5ae2b0fe8bdc3f18114ae (patch)
tree91ee95914c2b9a07817bd6f596fc3df758651147 /include/usage.h
parent327fd47f362843fc62fbee6169904c416ca13d11 (diff)
downloadbusybox-w32-f81e8dbc74186f34faa5ae2b0fe8bdc3f18114ae.tar.gz
busybox-w32-f81e8dbc74186f34faa5ae2b0fe8bdc3f18114ae.tar.bz2
busybox-w32-f81e8dbc74186f34faa5ae2b0fe8bdc3f18114ae.zip
*: make "pragma GCC visibility push(hidden)" less ugly
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/usage.h b/include/usage.h
index af54b86a7..cbbd7516a 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -9,9 +9,8 @@
9 * or 9 * or
10 * |<5 spaces>"\ntext with tabs".... 10 * |<5 spaces>"\ntext with tabs"....
11 */ 11 */
12 12#ifndef BB_USAGE_H
13#ifndef __BB_USAGE_H__ 13#define BB_USAGE_H 1
14#define __BB_USAGE_H__
15 14
16 15
17#define NOUSAGE_STR "\b" 16#define NOUSAGE_STR "\b"
@@ -4921,4 +4920,5 @@ USE_FEATURE_TUNCTL_UG( \
4921 "\nWith no -q, runs continuously monitoring for ARP conflicts," \ 4920 "\nWith no -q, runs continuously monitoring for ARP conflicts," \
4922 "\nexits only on I/O errors (link down etc)" \ 4921 "\nexits only on I/O errors (link down etc)" \
4923 4922
4924#endif /* __BB_USAGE_H__ */ 4923
4924#endif