tech-kern archive

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

gets in the kernel



Hi,

I noticed that gets_s (a bounded version of gets) was added in the kernel.
While this iis nice, it conflicts with the c-11 "Annex K" which has a
different prototype (takes rsize_t instead of size_t). Perhaps we should
rename this to kgets() or getl() now before it causes problems.

Opinions?

christos


Home | Main Index | Thread Index | Old Index