CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2016/09/10 14:39:22
Modified files: lib/libc/arch/amd64/sys: brk.S sbrk.S Log message: Clang ignores a .weak directive before a function is actually defined. So move it from before ENTRY() to after END(). Keeps brk(2) and sbrk(2) weak when comping libc with clang. ok guenther@