Sign in
bazel
/
bazel
/
e5d4219cc241902e4ece5484b8a9a2737b596832
/
third_party
/
ijar
/
mapped_file_unix.cc
fa59fbf
Fixes Bazel build on Raspberry Pi 3 Raspbian GNU/Linux 9 (stetch). The portability bug is that sysconf() returns a long unsigned int but size_t is unsigned int (on the Pi 3) unsigned int causing a compilation failure (see below). Fixing the code to be portable, in this case, seems harmless in the common case where size_t is 64 bits AFAICT.
by Googler
· 7 years ago
a29da01
Fix a warning about comparing signed and unsigned values
by cushon
· 7 years ago
1dc4a16
Automated rollback of commit 8c864137d46cf6c3714fb47799a34e4859aa2f13.
by lpino
· 7 years ago
8c86413
Fix a warning about comparing signed and unsigned values
by cushon
· 7 years ago
f572845
Include manifest size when presizing ijar output
by cushon
· 7 years ago
b51a8cb
Adapt ijar for WSL
by Reker
· 8 years ago
2573376
Encapsulate file mapping in preparation for providing a Windows implementation.
by Lukacs Berki
· 9 years ago