Fix copy-paste error

This commit is contained in:
Corinna Vinschen 2012-07-13 07:57:14 +00:00
parent 6902b88b0b
commit 52970c1fa5

View File

@ -3,9 +3,6 @@
* libc/stdio/fileno.c (fileno): Check if f is a valid stream. If not,
return -1 and set errno to EBADF per POSIX.
2012-07-06 Corinna Vinschen <vinschen@redhat.com>
2012-07-06 Corinna Vinschen <vinschen@redhat.com>
Allow building of Cygwin using Mingw64 SDK headers: