Source-Changes archive

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

CVS commit: src/lib/libc/gmon



Module Name:    src
Committed By:   rillig
Date:           Sun Aug 29 16:44:16 UTC 2021

Modified Files:
        src/lib/libc/gmon: Makefile.inc

Log Message:
libc: suppress lint warning for namespacing mismatch for _mcount

This is the last remaining instance of lint warning 215, which is about
implicitly defined functions.  Since C99, these implicit declarations
have not been allowed anymore.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 src/lib/libc/gmon/Makefile.inc

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