diff options
Diffstat (limited to 'gcc/fixinc')
-rw-r--r-- | gcc/fixinc/inclhack.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fixinc/inclhack.def b/gcc/fixinc/inclhack.def index ec1b0f3d30f..95cde7552d6 100644 --- a/gcc/fixinc/inclhack.def +++ b/gcc/fixinc/inclhack.def @@ -2727,7 +2727,7 @@ fix = { c_fix = format; c_fix_arg = "struct utsname;\n%0"; - c_fix_arg = "^[ \t]*extern[ \t]*int[ \t]*uname\\(\\);" + c_fix_arg = "^[ \t]*extern[ \t]*int[ \t]*uname\\(\\);"; test_text = "/* ULTRIX's uname */\nextern\tint\tuname();"; |