Cleanup
This commit is contained in:
committed by
Nico Williams
parent
e007cdd0f4
commit
05d527706a
@@ -36,8 +36,8 @@
|
|||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#if !HAVE_DECL_GETLINE
|
#ifndef HAVE_GETLINE
|
||||||
ssize_t getline(char **lineptr, size_t *n, FILE *stream);
|
ssize_t libedit_getline(char **lineptr, size_t *n, FILE *stream);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef SSIZE_MAX
|
#ifndef SSIZE_MAX
|
||||||
|
|||||||
Reference in New Issue
Block a user