aboutsummaryrefslogtreecommitdiff
path: root/libgloss/crx/fstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/crx/fstat.c')
-rw-r--r--libgloss/crx/fstat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libgloss/crx/fstat.c b/libgloss/crx/fstat.c
index 75f8635..e96cc07 100644
--- a/libgloss/crx/fstat.c
+++ b/libgloss/crx/fstat.c
@@ -19,8 +19,7 @@
* fstat -- Since we have no file system, we just return an error.
*/
int
-_DEFUN (fstat, (fd, buf),
- int fd,
+fstat (int fd,
struct stat *buf)
{
buf->st_mode = S_IFCHR; /* Always pretend to be a tty */