aboutsummaryrefslogtreecommitdiff
path: root/libgloss/mcore/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgloss/mcore/stat.c')
-rw-r--r--libgloss/mcore/stat.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libgloss/mcore/stat.c b/libgloss/mcore/stat.c
index d07042a..1e16e0e 100644
--- a/libgloss/mcore/stat.c
+++ b/libgloss/mcore/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;