aboutsummaryrefslogtreecommitdiff
path: root/libbb/appletlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'libbb/appletlib.c')
-rw-r--r--libbb/appletlib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libbb/appletlib.c b/libbb/appletlib.c
index 793e3dc96..fec99c5ce 100644
--- a/libbb/appletlib.c
+++ b/libbb/appletlib.c
@@ -127,6 +127,7 @@ void lbb_prepare(const char *applet, char **argv)
127{ 127{
128#ifdef __GLIBC__ 128#ifdef __GLIBC__
129 (*(int **)&bb_errno) = __errno_location(); 129 (*(int **)&bb_errno) = __errno_location();
130 barrier();
130#endif 131#endif
131 applet_name = applet; 132 applet_name = applet;
132 133