summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/rm/rm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/rm/rm.c b/bin/rm/rm.c
index 46807b9..d91af54 100644
--- a/bin/rm/rm.c
+++ b/bin/rm/rm.c
@@ -50,6 +50,7 @@ __FBSDID("$FreeBSD$");
#include <fcntl.h>
#include <fts.h>
#include <grp.h>
+#include <locale.h>
#include <pwd.h>
#include <stdint.h>
#include <stdio.h>
@@ -86,6 +87,8 @@ main(int argc, char *argv[])
int ch;
char *p;
+ (void)setlocale(LC_ALL, "");
+
/*
* Test for the special case where the utility is called as
* "unlink", for which the functionality provided is greatly
OpenPOWER on IntegriCloud