diff options
author | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2024-11-10 00:06:06 +0100 |
---|---|---|
committer | Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> | 2024-11-10 00:06:06 +0100 |
commit | 21c39515903c34bc6428a544c88cf1c100786847 (patch) | |
tree | c9d0465e24cc3148c84c2fee191f2b1bfc71b841 /gl/getdelim.c | |
parent | ed01d534474cc640515f1d5155349f14090aafe9 (diff) | |
parent | 5d7d620903a2fb40f8cd3140081bfb7ceaf125d5 (diff) | |
download | monitoring-plugins-21c39515903c34bc6428a544c88cf1c100786847.tar.gz |
Merge branch 'master' into check_swap_again
Diffstat (limited to 'gl/getdelim.c')
-rw-r--r-- | gl/getdelim.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gl/getdelim.c b/gl/getdelim.c index 79ec3dd1..58063b15 100644 --- a/gl/getdelim.c +++ b/gl/getdelim.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* getdelim.c --- Implementation of replacement getdelim function. | 1 | /* getdelim.c --- Implementation of replacement getdelim function. |
2 | Copyright (C) 1994, 1996-1998, 2001, 2003, 2005-2023 Free Software | 2 | Copyright (C) 1994, 1996-1998, 2001, 2003, 2005-2024 Free Software |
3 | Foundation, Inc. | 3 | Foundation, Inc. |
4 | 4 | ||
5 | This file is free software: you can redistribute it and/or modify | 5 | This file is free software: you can redistribute it and/or modify |
@@ -30,10 +30,6 @@ | |||
30 | #include <stdlib.h> | 30 | #include <stdlib.h> |
31 | #include <errno.h> | 31 | #include <errno.h> |
32 | 32 | ||
33 | #ifndef SSIZE_MAX | ||
34 | # define SSIZE_MAX ((ssize_t) (SIZE_MAX / 2)) | ||
35 | #endif | ||
36 | |||
37 | #if USE_UNLOCKED_IO | 33 | #if USE_UNLOCKED_IO |
38 | # include "unlocked-io.h" | 34 | # include "unlocked-io.h" |
39 | # define getc_maybe_unlocked(fp) getc(fp) | 35 | # define getc_maybe_unlocked(fp) getc(fp) |