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:
3990683
)
Converted to use weak aliases with macros from libc-symbols.h.
author
roland
<roland>
Sat, 21 Jan 1995 14:50:53 +0000
(14:50 +0000)
committer
roland
<roland>
Sat, 21 Jan 1995 14:50:53 +0000
(14:50 +0000)
sysdeps/mach/hurd/ioctl.c
patch
|
blob
|
history
diff --git
a/sysdeps/mach/hurd/ioctl.c
b/sysdeps/mach/hurd/ioctl.c
index
ae1d861
..
ad44d18
100644
(file)
--- a/
sysdeps/mach/hurd/ioctl.c
+++ b/
sysdeps/mach/hurd/ioctl.c
@@
-1,4
+1,4
@@
-/* Copyright (C) 1992, 1993, 1994 Free Software Foundation, Inc.
+/* Copyright (C) 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
@@
-296,3
+296,5
@@
DEFUN(__ioctl, (fd, request),
return __hurd_fail (err);
}
}
+
+weak_alias (__ioctl, ioctl)