CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2024/03/29 15:04:37
Modified files: sys/arch/sparc64/include: frame.h Log message: Now that this file is no longer used by any libc C file, get rid of checks for the _LIBC preprocessor symbol. Also move the CC64FSZ and BIAS defines earlier in order to only have one !_LOCORE block. ok claudio@ kettenis@