diff options
Diffstat (limited to 'io/pwd.c')
-rw-r--r-- | io/pwd.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1997, 1998 Free Software Foundation, Inc. +/* Copyright (C) 1991, 1997, 1998, 2000 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -35,7 +35,7 @@ main (void) perror ("getcwd"); else { - puts (dir); + fputs_unlocked (dir, stdout); free (dir); } |