Skip to content
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.

Commit

Permalink
edit open max conf
Browse files Browse the repository at this point in the history
  • Loading branch information
mahautlatinis committed Sep 12, 2024
1 parent 6ba55f6 commit ecb2bcc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions get_next_line/include/get_next_line.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@
# define DONE 0
# define BUFFER_SIZE 10

# ifdef __GNU__
# define PATH_MAX 4096
# define MAXPATHLEN 4096
# define OPEN_MAX 256 /* We define a reasonable limit. */
# ifdef OPEN_MAX
# define OPEN_MAX 256.
# endif

# include <stdlib.h>
Expand Down

0 comments on commit ecb2bcc

Please sign in to comment.