History log of /fuchsia/zircon/third_party/ulib/musl/include/assert.h
Revision Date Author Comments
# aaca9508 12-Dec-2016 Carlos Pizano <cpu@google.com>

[syscalls] switch to generated code

...from the macro and syscall.inc universe

Most of the turbulence is changing the badgercast back
to T* and the adding user_ptr<T> in each spot which
looks less pretty but it is correct by construction
and a temporary state anyhow.

In the final state the syscalls would look and speak
pretty again, but that needs more codegen.

Along with this we also change pointer/buffers from
user mode to have underscore prefix, so we are consistent
there.

Change-Id: I8342210f667f5056ac56a5bab168cb8776ab35ce


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

[magenta] Initial commit