Tags: kunode/naiveproxy
Tags
base: Remove warnings in base/task/common/task_annotator.cc
base: Remove warnings in base/task/common/task_annotator.cc
base: include sys/types.h in symbolize.h It is needed for ssize_t. In glibc specifically, ssize_t happens to get transitively included by some other header - I'm not sure exactly what - but POSIX says ssize_t is in sys/types.h and in other libcs the included is needed for the type. Bug: 1380656 Change-Id: Ibeef8c80f44595b6056fc1be8a104ab7428aa8bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3997878 Reviewed-by: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/main@{#1066486}
allocator: Ignore madvise ENOSYS error Support kernels builts without CONFIG_ADVISE_SYSCALLS on small embedded devices.