tools headers UAPI: Sync asm-generic/unistd.h with the kernel original
[linux-2.6-microblaze.git] / scripts / recordmcount.pl
index 5053b78..c17e480 100755 (executable)
@@ -497,7 +497,7 @@ sub update_funcs
 #
 # Step 2: find the sections and mcount call sites
 #
-open(IN, "LANG=C $objdump -hdr $inputfile|") || die "error running $objdump";
+open(IN, "LC_ALL=C $objdump -hdr $inputfile|") || die "error running $objdump";
 
 my $text;