ansification: remove _DEFUN
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
@ -20,7 +20,7 @@
|
||||
#include <errno.h>
|
||||
|
||||
int
|
||||
_DEFUN(_isatty, (fd), int fd)
|
||||
_isatty (int fd)
|
||||
{
|
||||
struct stat buf;
|
||||
|
||||
|
Reference in New Issue
Block a user