Age | Commit message (Collapse) | Author |
|
S_ISLNK and S_ISSOCK."
* commit 'd6c475dc246b1681f5c9af9e00ac74183812329c':
Use more intention-revealing tests for S_ISLNK and S_ISSOCK.
|
|
Change-Id: Ia7f13eb7d5a36cf2b4c0a253b2b4d7f7af396951
|
|
- char16_t is a distinct type, so stay consistent
with it throughout the code base.
- char16_t is defined as minimum size of 16 bits.
Since we mmap and cast data structures onto raw memory,
we need a precise definition (uint16_t), so we cast between
that (and static_assert that they are the same size).
Change-Id: I869c32637543bbcfb39d2643e7d9df10d33acd3c
|
|
This reverts commit 84b6292c33d71b5739828d08aa8101d1954577f2.
|
|
Change-Id: Ic5b8a2742c7141156ab0f00ca29097bfe92bce60
|
|
Change-Id: I11ee943da23a66828455a9770fc3c5ceb4bbcaa9
|