Source-Changes archive

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

CVS commit: src/lib/libc/gen



Module Name:    src
Committed By:   riastradh
Date:           Mon Mar 31 23:48:06 UTC 2025

Modified Files:
        src/lib/libc/gen: ctype_guard.h

Log Message:
ctype(3): __strong_alias takes no semicolon, apparently.

Pacifies lint complaint:

/home/riastradh/netbsd/current/src/lib/libc/gen/ctype_.c(90): warning: empty declaration [0]
/home/riastradh/netbsd/current/src/lib/libc/gen/ctype_.c(158): warning: empty declaration [0]

(Maybe we should change __strong_alias and __weak_alias so they do
take semicolons like other top-level declarations...)

PR lib/58208: ctype(3) provides poor runtime feedback of abuse


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 src/lib/libc/gen/ctype_guard.h

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