From 74bc02c9960c1654a79edddabfa745924ec808fb Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 3 Jun 2023 15:24:54 -0700 Subject: [PATCH] maint: rely on Gnulib SSIZE_MAX * lib/cmpbuf.c (SSIZE_MAX): Remove, as Gnulib now supplies it. --- lib/cmpbuf.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/cmpbuf.c b/lib/cmpbuf.c index 369c985..48b9836 100644 --- a/lib/cmpbuf.c +++ b/lib/cmpbuf.c @@ -30,10 +30,6 @@ #include "minmax.h" -#ifndef SSIZE_MAX -# define SSIZE_MAX TYPE_MAXIMUM (ssize_t) -#endif - /* Read NBYTES bytes from descriptor FD into BUF. Return the number of characters successfully read. On error, return -1, setting errno.