diff options
Diffstat (limited to 'runit')
-rw-r--r-- | runit/chpst.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runit/chpst.c b/runit/chpst.c index 21297daf6..270ec0aeb 100644 --- a/runit/chpst.c +++ b/runit/chpst.c @@ -92,7 +92,7 @@ enum { OPT_2 = (1 << 20) * ENABLE_CHPST, }; -static void edir(const char *directory_name) +static NOINLINE void edir(const char *directory_name) { int wdir; DIR *dir; |