* fhandler.cc (CHUNK_SIZE): Drop NO_COPY.
This commit is contained in:
@@ -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>
|
2011-11-07 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* syscalls.cc (check_dir_not_empty): Check surplus directory entries
|
* syscalls.cc (check_dir_not_empty): Check surplus directory entries
|
||||||
|
@@ -33,7 +33,7 @@ details. */
|
|||||||
#define MAX_OVERLAPPED_WRITE_LEN (64 * 1024 * 1024)
|
#define MAX_OVERLAPPED_WRITE_LEN (64 * 1024 * 1024)
|
||||||
#define MIN_OVERLAPPED_WRITE_LEN (1 * 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;
|
struct __cygwin_perfile *perfile_table;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user