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