Cleanup
This commit is contained in:

committed by
Nico Williams

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