ansification: remove _DEFUN
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
@ -20,8 +20,7 @@
|
||||
* we just return an error.
|
||||
*/
|
||||
int
|
||||
_DEFUN (_unlink, (path),
|
||||
char * path)
|
||||
_unlink (char * path)
|
||||
{
|
||||
errno = EIO;
|
||||
return (-1);
|
||||
|
Reference in New Issue
Block a user