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:
086f262
)
Converted to use weak aliases with macros from libc-symbols.h.
author
roland
<roland>
Sat, 21 Jan 1995 14:27:41 +0000
(14:27 +0000)
committer
roland
<roland>
Sat, 21 Jan 1995 14:27:41 +0000
(14:27 +0000)
sysdeps/mach/hurd/close.c
patch
|
blob
|
history
diff --git
a/sysdeps/mach/hurd/close.c
b/sysdeps/mach/hurd/close.c
index
bfb3050
..
259687e
100644
(file)
--- a/
sysdeps/mach/hurd/close.c
+++ b/
sysdeps/mach/hurd/close.c
@@
-1,4
+1,4
@@
-/* Copyright (C) 1991, 1992, 1993, 1994 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1992, 1993, 1994
, 1995
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
@@
-32,3
+32,5
@@
DEFUN(__close, (fd), int fd)
return err ? __hurd_fail (err) : 0;
}
+
+weak_alias (__close, close)