Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/lib/libc/arch/arm/sys



Module Name:    src
Committed By:   uwe
Date:           Wed May  7 15:17:34 UTC 2025

Modified Files:
        src/lib/libc/arch/arm/sys: cerror.S

Log Message:
arm: cerror.S - use GOT_SYM

Use GOT_SYM instead of open-coding it.  It's defined in asm.h but
doesn't seem to be used anywhere, so perk it up.

While here, be consistent about declaring errno and use that as a
chance to provide a comment why #ifdef _REENTRANT is needed here.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/lib/libc/arch/arm/sys/cerror.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index