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