Skip to content

Commit dcaabb2

Browse files
process: finish clone_process and bump mlibc
Signed-off-by: Andy-Python-Programmer <[email protected]>
1 parent 310b81c commit dcaabb2

File tree

7 files changed

+210
-216
lines changed

7 files changed

+210
-216
lines changed

bootstrap.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,14 @@ sources:
4848

4949
- name: mlibc
5050
subdir: 'bundled'
51-
git: 'https://github.com/managarm/mlibc'
52-
# ABI-breakage:
53-
# - #452: The functions `FD_{CLR,ISSET,SET,ZERO}` were renamed to __FD_{CLR,ISSET,SET,ZERO}
54-
# and replaced by macros to match Wine's assumptions.
55-
# - #511: Musl's regex engine was added, implementing regcomp and regexec. This required some
56-
# changes to the regex_t struct.
57-
# - #504: A domainname member was added to struct utsname, which is a glibc extension.
51+
# git: 'https://github.com/managarm/mlibc'
52+
git: 'https://github.com/Andy-Python-Programmer/mlibc'
53+
# 452: The functions FD_{CLR,ISSET,SET,ZERO} were renamed to __FD_{CLR,ISSET,SET,ZERO} and replaced by macros to match Wine's assumptions.
54+
# 511: Musl's regex engine was added, implementing regcomp and regexec. This required some changes to the regex_t struct.
55+
# 504, #580: In both the mlibc and Linux ABIs, a domainname member was added to struct utsname, which is a glibc extension.
56+
# 311: Added all necessary fields in pthread_attr_t required for implementing all pthread_attr functions.
5857
branch: 'abi-break'
59-
commit: 'cd3d0359c6ef646d31e1caa539a60f5418994410'
58+
commit: '58ceb6648eefd801a774ba5e87b032706105243d'
6059

6160
- name: tzcode
6261
subdir: 'bundled'

0 commit comments

Comments
 (0)