History log of /fuchsia/zircon/third_party/ulib/musl/src/misc/getauxval.c
Revision Date Author Comments
# 60d3a0e3 10-Feb-2017 George Kulakowski <kulakowski@google.com>

[musl] Remove effective euid/egid based notion of libc.secure

This is not a useful notion for us. We don't have these IDs, for one
thing. Any per-process granting or denial of privilege is likely to
happen at another layer.

Change-Id: Ic4c5252af49013157c1adaab334ec96fb0e8e755


# f6f35130 04-Aug-2016 Roland McGrath <mcgrathr@google.com>

[ulib] [musl] Stub out getauxval

This API exists to query the auxv, which we do not have at all.
Handle a couple of known uses, and punt the general case.

Change-Id: Ie21dfea59f67eab7e42b0de8bdfec323af8a2276


# 489c6e3f 17-Jun-2016 George Kulakowski <kulakowski@google.com>

[musl] clang format musl

Change-Id: I3bc6ab7655410514691cd07f08454f3afd41d9b3


# 53b9e1c8 15-Jun-2016 The Fuchsia Authors <authors@fuchsia.local>

[magenta] Initial commit