mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-2759 Undo the QNX change. The patch isn't needed, and gmake check passed.
X-SVN-Rev: 11560
This commit is contained in:
parent
9c3e7eec9c
commit
1944b56181
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue