From 5b9ee5393b5a2991ebaa096496eaa2c579877a9b Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Thu, 19 Sep 2002 21:37:20 +0000 Subject: 2002-09-19 Jeff Johnston * libc/syscalls/sysfcntl.c (fcntl): Fix typo in preprocessor statement comment. --- newlib/libc/syscalls/sysfcntl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'newlib/libc/syscalls/sysfcntl.c') 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 */ } -- cgit v1.2.3