Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
quanah authored and nicowilliams committed Sep 25, 2017
1 parent e007cdd commit 05d5277
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/libedit/src/getline.c
Expand Up @@ -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
Expand Down

0 comments on commit 05d5277

Please sign in to comment.