ansification: remove _DEFUN
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
@ -18,8 +18,7 @@
|
||||
* close -- We don't need to do anything, but pretend we did.
|
||||
*/
|
||||
int
|
||||
_DEFUN (_close ,(fd),
|
||||
int fd)
|
||||
_close (int fd)
|
||||
{
|
||||
return (0);
|
||||
}
|
||||
|
Reference in New Issue
Block a user