anp / rusl

An experimental (read: DONT USE) musl libc implementation in Rust.
Other
292 stars 12 forks source link

Small cleanup #25

Closed mrhota closed 6 years ago

mrhota commented 6 years ago

Hi again! just bumping some deps and cleaning some warnings before I jump back in. Hope you're doing well!

mrhota commented 6 years ago

~@anp apparently lots of the recent compiler refactors changed the way object files get named in the .a output file! so our frankenstein.sh script might not work the way it used to.~

never mind, I think I spoke prematurely.

anp commented 6 years ago

Hi! Looks like your malloc changes here are just syntactic, maybe upstream musl fixed some previously failing tests?

mrhota commented 6 years ago

oh yeah, I just noticed changes to mmap which I think broke these malloc tests.

mrhota commented 6 years ago

@anp ok, I'll call this PR done now. What do you think?

mrhota commented 6 years ago

@anp I don't have merge permission, so you'll have to merge/squash these PRs

anp commented 6 years ago

Oops!