* fhandler_floppy.cc (fhandler_dev_floppy::open): Fix format. Add
code to allow to read disk and CD/DVD devices in full length. Explain why. (fhandler_dev_floppy::raw_read): Add current position to debug output. * include/sys/sched.h: New stub file to override newlib file with clashing definitions.
This commit is contained in:
16
winsup/cygwin/include/sys/sched.h
Normal file
16
winsup/cygwin/include/sys/sched.h
Normal file
@ -0,0 +1,16 @@
|
||||
/* sys/sched.h: stub to the scheduler interface for Cygwin
|
||||
|
||||
The purpose of this file is to override newlib's sched.h. The definitions
|
||||
in newlib's sched.h are coliding with the definitions in Cygwin's sched.h.
|
||||
|
||||
Copyright 2009 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
This software is a copyrighted work licensed under the terms of the
|
||||
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
||||
details. */
|
||||
|
||||
#ifndef _SCHED_H
|
||||
#include <sched.h>
|
||||
#endif /* _SCHED_H */
|
Reference in New Issue
Block a user