ansification: remove _DEFUN
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
@ -33,8 +33,7 @@
|
||||
* other files are not.
|
||||
*/
|
||||
int
|
||||
_DEFUN (_isatty, (fd),
|
||||
int fd)
|
||||
_isatty (int fd)
|
||||
{
|
||||
if ((fd == 0) || (fd == 1) || (fd == 2))
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user