diff options
Diffstat (limited to 'regress/gnu/egcs/gcc-bounds/getcwd-1.c.exp.gcc4')
-rw-r--r-- | regress/gnu/egcs/gcc-bounds/getcwd-1.c.exp.gcc4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/gnu/egcs/gcc-bounds/getcwd-1.c.exp.gcc4 b/regress/gnu/egcs/gcc-bounds/getcwd-1.c.exp.gcc4 index 2dff5bf08a6..dcbc437c943 100644 --- a/regress/gnu/egcs/gcc-bounds/getcwd-1.c.exp.gcc4 +++ b/regress/gnu/egcs/gcc-bounds/getcwd-1.c.exp.gcc4 @@ -1,3 +1,3 @@ getcwd-1.c: In function 'main': getcwd-1.c:5: warning: array size (10) is smaller than minimum required (1024) -getcwd-1.c:: warning: warning: getwd() possibly used unsafely; consider using getcwd() +getcwd-1.c:: warning: getwd() possibly used unsafely; consider using getcwd() |