2002-09-19 Jeff Johnston <jjohnstn@redhat.com>
* libc/syscalls/sysfcntl.c (fcntl): Fix typo in preprocessor statement comment.
This commit is contained in:
@ -19,5 +19,5 @@ fcntl (fd, flag, arg)
|
||||
#else /* !HAVE_FCNTL */
|
||||
errno = ENOSYS;
|
||||
return -1;
|
||||
#endif /& !HAVE_FCNTL */
|
||||
#endif /* !HAVE_FCNTL */
|
||||
}
|
||||
|
Reference in New Issue
Block a user