]> sourceware.org Git - newlib-cygwin.git/commitdiff
* fhandler.cc (CHUNK_SIZE): Drop NO_COPY.
authorCorinna Vinschen <corinna@vinschen.de>
Mon, 7 Nov 2011 10:06:45 +0000 (10:06 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 7 Nov 2011 10:06:45 +0000 (10:06 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler.cc

index 83128bbf5e065066268b8678c7aa306b5dabf89f..2bba38a5651d76ac8b7e9f7f6b9a1cd53dc5b5ee 100644 (file)
@@ -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
index 58335b52c10b9c25e66397632a31a3f9aa02918c..deede57fa92e339d146ec15f993613a071f0f931 100644 (file)
@@ -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;
 
This page took 0.033739 seconds and 5 git commands to generate.