+2003-09-02 Ulrich Drepper <drepper@redhat.com>
+
+ * loadmsgcat.c: For _LIBC, call not cancelable versions of open, close,
+ and read.
+
2003-06-18 Ulrich Drepper <drepper@redhat.com>
* localealias.c (read_alias_file): Determine whether line is read
#ifdef _LIBC
# include "../locale/localeinfo.h"
+# include <not-cancel.h>
#endif
/* Provide fallback values for macros that ought to be defined in <inttypes.h>.
/* Rename the non ISO C functions. This is required by the standard
because some ISO C functions will require linking with this object
file and the name space must not be polluted. */
-# define open __open
-# define close __close
-# define read __read
+# define open open_not_cancel_2
+# define close close_not_cancel_no_status
+# define read read_not_cancel
# define mmap __mmap
# define munmap __munmap
#endif