CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/11/25 15:57:29
Modified files:
lib/libc/include: namespace.h
Log message:
gcc3, like clang and unlike our gcc4, doesn't support redirecting builtins
like mem{set,cpy,move} or __stack_smash_handler using asm() renaming. So
treat gcc3 like clang and mark such functions as protected instead.
ok ayoma@
