CVSROOT:        /cvs
Module name:    src
Changes by:     t...@cvs.openbsd.org    2022/12/04 01:22:13

Modified files:
        lib/libc/arch/i386/string: bcmp.S bzero.S memmove.S 
        lib/libc/arch/i386/sys: brk.S sbrk.S 

Log message:
Fix warnings about binding changed to STB_WEAK on i386

Compiling libc on i386 results in compiler warnings for bcmp, bzero, bcopy,
brk, and sbrk. Use ENTRY_NB instead of ENTRY to avoid this.

ok jca millert

Reply via email to