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:
ce86cee
)
Formerly posix/__dup2.c.~4~
author
roland
<roland>
Wed, 1 Apr 1992 06:39:55 +0000
(06:39 +0000)
committer
roland
<roland>
Wed, 1 Apr 1992 06:39:55 +0000
(06:39 +0000)
sysdeps/posix/dup2.c
patch
|
blob
|
history
diff --git
a/sysdeps/posix/dup2.c
b/sysdeps/posix/dup2.c
index
689c9ed
..
72c762f
100644
(file)
--- a/
sysdeps/posix/dup2.c
+++ b/
sysdeps/posix/dup2.c
@@
-1,4
+1,4
@@
-/* Copyright (C) 1991 Free Software Foundation, Inc.
+/* Copyright (C) 1991
, 1992
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
@@
-42,7
+42,7
@@
DEFUN(__dup2, (fd, fd2), int fd AND int fd2)
if (fd == fd2)
return fd2;
- /* This is not atomic. */
, 1992
+ /* This is not atomic. */
save = errno;
(void) close (fd2);