projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b173de1
)
Formerly posix/getcwd.c.~10~
author
roland
<roland>
Wed, 6 May 1992 23:36:55 +0000
(23:36 +0000)
committer
roland
<roland>
Wed, 6 May 1992 23:36:55 +0000
(23:36 +0000)
sysdeps/posix/getcwd.c
patch
|
blob
|
history
diff --git
a/sysdeps/posix/getcwd.c
b/sysdeps/posix/getcwd.c
index
3b39e18
..
8d0dc15
100644
(file)
--- a/
sysdeps/posix/getcwd.c
+++ b/
sysdeps/posix/getcwd.c
@@
-194,7
+194,6
@@
if (size == 0)
(void) closedir (dirstream);
(void) memcpy (pathp, d->d_name, d->d_namlen);
*--pathp = '/';
- (void) closedir (dirstream);
}
thisdev = dotdev;