uml: code tidying under arch/um/os-Linux
[cascardo/linux.git] / arch / um / os-Linux / start_up.c
index 7b81f6c..c6cf648 100644 (file)
@@ -63,7 +63,7 @@ static int ptrace_child(void)
        _exit(ret);
 }
 
-static void fatal_perror(char *str)
+static void fatal_perror(const char *str)
 {
        perror(str);
        exit(1);