Skip to content

Revert musl change to asctime.c. NFC #13973

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 23, 2021
Merged

Revert musl change to asctime.c. NFC #13973

merged 1 commit into from
Apr 23, 2021

Conversation

sbc100
Copy link
Collaborator

@sbc100 sbc100 commented Apr 23, 2021

It looks like a patch from a more recent version of musl was applied
in #12043.

This change reverts that and removes the extra alias needed in in
library.js. library.js now implements just a single __asctime which
is used by both asctime.c and asctime_r.c. I've also added
asctime_r.c to the build so that symbol will come from musl now.

This is in the name doing more with musl (without patches) and less in JS.

@sbc100 sbc100 requested a review from aheejin April 23, 2021 01:15
@sbc100 sbc100 force-pushed the revert_musl_asctime_patch branch from dfc533f to 03a615d Compare April 23, 2021 01:16
@sbc100 sbc100 requested a review from kripken April 23, 2021 02:08
It looks like a patch from a more recent version of musl was applied
in #12043.

This change reverts that and removes the extra alias needed in in
library.js.  library.js now implements just a single `__asctime` which
is used by both `asctime.c` and `asctime_r.c`.

This is in the name doing more without musl matches and less in JS.
@sbc100 sbc100 force-pushed the revert_musl_asctime_patch branch from 03a615d to 01aad46 Compare April 23, 2021 02:10
@sbc100 sbc100 merged commit 5d1bb7b into main Apr 23, 2021
@sbc100 sbc100 deleted the revert_musl_asctime_patch branch April 23, 2021 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants