mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-20 07:51:35 +08:00
* fhandler.cc (CHUNK_SIZE): Drop NO_COPY.
This commit is contained in:
parent
28fa2a72f8
commit
78942629ac
@ -1,3 +1,7 @@
|
||||
2011-11-07 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* fhandler.cc (CHUNK_SIZE): Drop NO_COPY.
|
||||
|
||||
2011-11-07 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* syscalls.cc (check_dir_not_empty): Check surplus directory entries
|
||||
|
@ -33,7 +33,7 @@ details. */
|
||||
#define MAX_OVERLAPPED_WRITE_LEN (64 * 1024 * 1024)
|
||||
#define MIN_OVERLAPPED_WRITE_LEN (1 * 1024 * 1024)
|
||||
|
||||
static NO_COPY const int CHUNK_SIZE = 1024; /* Used for crlf conversions */
|
||||
static const int CHUNK_SIZE = 1024; /* Used for crlf conversions */
|
||||
|
||||
struct __cygwin_perfile *perfile_table;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user