Changeset 3fafe5e0 in mainline for uspace/lib/posix/src/sys/mman.c


Ignore:
Timestamp:
2018-04-27T14:15:03Z (7 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7148abf
Parents:
a2eb85d
git-author:
Jiri Svoboda <jiri@…> (2018-04-26 17:14:26)
git-committer:
Jiri Svoboda <jiri@…> (2018-04-27 14:15:03)
Message:

Fix incorrectly indented double-slash comments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/src/sys/mman.c

    ra2eb85d r3fafe5e0  
    4545                start = AS_AREA_ANY;
    4646
    47 //      if (!((flags & MAP_SHARED) ^ (flags & MAP_PRIVATE)))
    48 //              return MAP_FAILED;
     47#if 0
     48        if (!((flags & MAP_SHARED) ^ (flags & MAP_PRIVATE)))
     49                return MAP_FAILED;
     50#endif
    4951
    5052        if (!(flags & MAP_ANONYMOUS))
Note: See TracChangeset for help on using the changeset viewer.