summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdio/__svfscanf.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make __svfscanf() the unlocked, core of vfscanf() and use it inguenther2011-11-081-26/+0
| | | | | | sscanf()/vsscanf() where locking is unnecessary. ok millert@
* let vfscanf be a real function. Use a weak_alias on systems where thisespie2005-05-111-0/+26
is feasible. Okay millert@ There's a major libc bump coming that is going to cover this as well...