diff options
| author | dholland <dholland@NetBSD.org> | 2015-03-05 03:29:02 +0000 |
|---|---|---|
| committer | dholland <dholland@NetBSD.org> | 2015-03-05 03:29:02 +0000 |
| commit | 9a6dbfbc7cf4f05287df1bec20fb4be8fafd8a70 (patch) | |
| tree | a1b48cdec5fe6f418603dfa42cc152208d3916fc /include | |
| parent | 6455c968a4fa8c532747b79950e1c7e525d645f4 (diff) | |
One vscanf_l is ample.
Diffstat (limited to 'include')
| -rw-r--r-- | include/stdio.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/stdio.h b/include/stdio.h index b5fbae4f609..189ba9e4c8c 100644 --- a/include/stdio.h +++ b/include/stdio.h @@ -1,4 +1,4 @@ -/* $NetBSD: stdio.h,v 1.94 2015/03/04 13:33:19 christos Exp $ */ +/* $NetBSD: stdio.h,v 1.95 2015/03/05 03:29:02 dholland Exp $ */ /*- * Copyright (c) 1990, 1993 @@ -580,8 +580,6 @@ int sscanf_l(const char * __restrict, locale_t, const char * __restrict, ...) __scanflike(3, 4); int vscanf_l(locale_t, const char * __restrict, __va_list) __scanflike(2, 0); -int vscanf_l(locale_t, const char * __restrict, __va_list) - __scanflike(2, 0); int vfscanf_l(FILE * __restrict, locale_t, const char * __restrict, __va_list) __scanflike(3, 0); int vsscanf_l(const char * __restrict, locale_t, const char * __restrict, |
