Changeset 6ec7f21 in rtems for cpukit/posix
- Timestamp:
- Jul 16, 2018, 6:31:05 AM (17 months ago)
- Branches:
- master
- Children:
- da0cbef2
- Parents:
- 00a19d6
- git-author:
- Sebastian Huber <sebastian.huber@…> (07/16/18 06:31:05)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (07/16/18 06:58:11)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/posix/src/prwlockunlock.c
r00a19d6 r6ec7f21 36 36 } 37 37 38 the_rwlock->flags = POSIX_RWLOCK_MAGIC;38 the_rwlock->flags = (uintptr_t) the_rwlock ^ POSIX_RWLOCK_MAGIC; 39 39 return true; 40 40 }
Note: See TracChangeset
for help on using the changeset viewer.