mirror of
https://github.com/curl/curl.git
synced 2026-07-15 19:07:18 +03:00
config-mac: fix typo: size_T -> size_t
Both MPW and CodeWarrior compilers complained about this. Closes #10029
This commit is contained in:
parent
f8ad07c031
commit
29bb9ba431
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue