aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/support/log_linux.c
Commit message (Collapse)AuthorAge
* Remove <linux/unistd.h> include for compatibility with non-glibcGravatar Brian2016-08-15
| | | | | | | | | On my glibc (Debian Jessie amd64 if anybody cares) system, <linux/unistd.h> is a strict subset of <sys/sycall.h>, which the file is already including. musl libc doesn't provide this file, and with this change all the C++ tests pass with musl libc. This came up in bazelbuild/bazel#1492.
* Restricted the check to GUNCGravatar Yuchen Zeng2016-06-10
|
* Adding support for msys.Gravatar Nicolas "Pixel" Noble2016-04-15
|
* Last few mallocs / frees.Gravatar Nicolas "Pixel" Noble2016-04-08
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Stage #1 of core breakup: move everything under libGravatar Craig Tiller2016-03-25