]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #37589 - raphlinus:fuchsia_random, r=alexcrichton
authorAlex Crichton <alex@alexcrichton.com>
Fri, 4 Nov 2016 23:49:33 +0000 (16:49 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Sat, 5 Nov 2016 17:50:25 +0000 (10:50 -0700)
commit8e5c91a6fb842257b7ae38967da7073ff9a2f528
treed5b02183e911fea34c247ae34b5533750f013e71
parent5bce6ad16ad39468fdc4da91103f4fbe2d3233d7
parentfe953dc16ee205ec27a946398f2d3350666962e3
Rollup merge of #37589 - raphlinus:fuchsia_random, r=alexcrichton

std: Track change to cprng syscall signature (Fuchsia)

The mx_cprng_draw syscall has changed signature to separate the status
and size return values, rather than multiplexing them into a single
value with errors interpreted as a negative value. This patch tracks
that change.