search for: __arch_libcinit

Displaying 2 results from an estimated 2 matches for "__arch_libcinit".

2015 Nov 05
0
[klibc:master] Inline __arch_libcinit()
...://git.kernel.org/?p=libs/klibc/klibc.git;a=commit;h=bc18ea796db39b8d3575948b3d0de28daee38261 Author: H. Peter Anvin <hpa at zytor.com> AuthorDate: Thu, 5 Nov 2015 08:52:33 -0800 Committer: H. Peter Anvin <hpa at zytor.com> CommitDate: Thu, 5 Nov 2015 14:22:01 -0800 [klibc] Inline __arch_libcinit() __arch_libcinit() is only ever used as part of __libc_init(), so we might as well make it an inline function. Signed-off-by: H. Peter Anvin <hpa at zytor.com> --- scripts/Kbuild.klibc.include | 11 +++++++++++ usr/include/arch/i386/klibc/archconfig.h...
2019 Jan 19
1
[ANNOUNCE] klibc 2.0.5
...pes.h in more places [klibc] remove unused variables [klibc] use more consistent quoting [klibc] remove some 'make -s' build spew [klibc] add more PHONY targets to $(PHONY) H. Peter Anvin (14): [klibc] 2.0.4 released, next version is 2.0.5 [klibc] Inline __arch_libcinit() [klibc] i386: remove special handling of socketcall [klibc] Update README.klibc [klibc] Remove obsolete getpt() function [klibc] Remove sys/socketcalls.h [klibc] Add accept4(), handle fallback from accept() to accept4() [klibc] Remove open_cloexec() [klib...