mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
Add the __printflike attribute to the declaration of vdprintf(3)
I intended to add this in r306568. MFC after: 3 days Sponsored by: Dell EMC
This commit is contained in:
parent
21ac7a7f75
commit
d6744932a2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=306569
@ -356,7 +356,7 @@ ssize_t getdelim(char ** __restrict, size_t * __restrict, int,
|
||||
FILE * __restrict);
|
||||
FILE *open_memstream(char **, size_t *);
|
||||
int renameat(int, const char *, int, const char *);
|
||||
int vdprintf(int, const char * __restrict, __va_list);
|
||||
int vdprintf(int, const char * __restrict, __va_list) __printflike(2, 0);
|
||||
/* _WITH_GETLINE to allow pre 11 sources to build on 11+ systems */
|
||||
ssize_t getline(char ** __restrict, size_t * __restrict, FILE * __restrict);
|
||||
int dprintf(int, const char * __restrict, ...) __printflike(2, 3);
|
||||
|
Loading…
Reference in New Issue
Block a user