config-mac: fix typo: size_T -> size_t

Both MPW and CodeWarrior compilers complained about this.

Closes #10029
This commit is contained in:
Ryan Schmidt 2022-08-26 19:03:37 -05:00 committed by Daniel Stenberg
parent f8ad07c031
commit 29bb9ba431
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -91,7 +91,7 @@
#define SEND_TYPE_ARG1 int
#define SEND_QUAL_ARG2 const
#define SEND_TYPE_ARG2 void *
#define SEND_TYPE_ARG3 size_T
#define SEND_TYPE_ARG3 size_t
#define SEND_TYPE_ARG4 int
#define SEND_TYPE_RETV ssize_t