aboutsummaryrefslogtreecommitdiff
path: root/libgloss/moxie/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/moxie/stat.c')
-rw-r--r--libgloss/moxie/stat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libgloss/moxie/stat.c b/libgloss/moxie/stat.c
index 01a9582..c80e8d3 100644
--- a/libgloss/moxie/stat.c
+++ b/libgloss/moxie/stat.c
@@ -20,8 +20,7 @@
* stat -- Since we have no file system, we just return an error.
*/
int
-_DEFUN (_stat, (path, buf),
- const char *path,
+_stat (const char *path,
struct stat *buf)
{
errno = EIO;