ICU-2759 Undo the QNX change. The patch isn't needed, and gmake check passed.

X-SVN-Rev: 11560
This commit is contained in:
George Rhoten 2003-04-16 22:14:31 +00:00
parent 9c3e7eec9c
commit 1944b56181

View file

@ -179,8 +179,6 @@
/* get a view of the mapping */
#ifndef HPUX
data=mmap(0, length, PROT_READ, MAP_SHARED, fd, 0);
#elif defined(U_QNX)
data=mmap(0, length, PROT_READ, MAP_PRIVATE|MAP_NOSYNCFILE, fd, 0);
#else
data=mmap(0, length, PROT_READ, MAP_PRIVATE, fd, 0);
#endif