summaryrefslogtreecommitdiffstats
path: root/newlib/libc/syscalls/sysfcntl.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/syscalls/sysfcntl.c')
-rw-r--r--newlib/libc/syscalls/sysfcntl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/syscalls/sysfcntl.c b/newlib/libc/syscalls/sysfcntl.c
index 4d1c57cc1..d72403f6a 100644
--- a/newlib/libc/syscalls/sysfcntl.c
+++ b/newlib/libc/syscalls/sysfcntl.c
@@ -19,5 +19,5 @@ fcntl (fd, flag, arg)
#else /* !HAVE_FCNTL */
errno = ENOSYS;
return -1;
-#endif /& !HAVE_FCNTL */
+#endif /* !HAVE_FCNTL */
}