From 9087163804df8af6dc2ec1f675a2341c25f7795f Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Sun, 3 Dec 2017 21:43:30 -0600 Subject: ansification: remove _DEFUN Signed-off-by: Yaakov Selkowitz --- libgloss/lm32/isatty.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libgloss/lm32') diff --git a/libgloss/lm32/isatty.c b/libgloss/lm32/isatty.c index 69833fa07..d90b4df08 100644 --- a/libgloss/lm32/isatty.c +++ b/libgloss/lm32/isatty.c @@ -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; -- cgit v1.2.3