Support non-blocking pipe I/O in write() on native Windows.
[pspp] / lib / memcoll.h
index b43a96e6c37765403309c2d43195a7f28d268c02..449907afec359779e3a58339a50dec6478bc6ef7 100644 (file)
@@ -1,6 +1,6 @@
 /* Locale-specific memory comparison.
 
-   Copyright (C) 1999, 2003, 2009-2010 Free Software Foundation, Inc.
+   Copyright (C) 1999, 2003, 2009-2011 Free Software Foundation, Inc.
 
    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
@@ -23,6 +23,6 @@
 # include <stddef.h>
 
 int memcoll (char *, size_t, char *, size_t);
-int memcoll0 (const char *, size_t, const char *, size_t);
+int memcoll0 (char const *, size_t, char const *, size_t);
 
 #endif /* MEMCOLL_H_ */