Prevent collision with getline(3)
This commit is contained in:
parent
3c4a170b07
commit
0496894157
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419274
@ -155,7 +155,7 @@ getstr (lineptr, n, stream, terminator, offset, limit)
|
||||
}
|
||||
|
||||
int
|
||||
getline (lineptr, n, stream)
|
||||
get_line (lineptr, n, stream)
|
||||
char **lineptr;
|
||||
size_t *n;
|
||||
FILE *stream;
|
||||
|
@ -13,7 +13,7 @@
|
||||
|
||||
#ifndef _WITH_GETLINE
|
||||
int
|
||||
getline __PROTO ((char **_lineptr, size_t *_n, FILE *_stream));
|
||||
get_line __PROTO ((char **_lineptr, size_t *_n, FILE *_stream));
|
||||
int
|
||||
getline_safe __PROTO ((char **_lineptr, size_t *_n, FILE *_stream,
|
||||
int limit));
|
||||
|
Loading…
Reference in New Issue
Block a user