mirror of
https://https.git.savannah.gnu.org/git/diffutils.git
synced 2026-01-27 01:44:20 +00:00
maint: rely on Gnulib SSIZE_MAX
* lib/cmpbuf.c (SSIZE_MAX): Remove, as Gnulib now supplies it.
This commit is contained in:
parent
741a5659a0
commit
74bc02c996
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user