summaryrefslogtreecommitdiffstats
path: root/newlib/libc/sys/linux/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux/io.c')
-rw-r--r--newlib/libc/sys/linux/io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/sys/linux/io.c b/newlib/libc/sys/linux/io.c
index d6731144a..1fe1bbcfc 100644
--- a/newlib/libc/sys/linux/io.c
+++ b/newlib/libc/sys/linux/io.c
@@ -65,7 +65,7 @@ int flock(int fd,int operation)
#if !defined(_ELIX_LEVEL) || _ELIX_LEVEL >= 3
-static _syscall3(int,__mknod,const char *,path,mode_t,mode,dev_t *,dev)
+static _syscall3(int,__mknod,const char *,path,mode_t,mode,dev_t,dev)
int mkfifo(const char *path, mode_t mode)
{