diff options
author | Yang Tse <yangsita@gmail.com> | 2008-07-21 00:36:55 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-07-21 00:36:55 +0000 |
commit | bffe69a151bbd1aae72e50c128fdb0c58596ade1 (patch) | |
tree | c3455c20efc1a996111fa00891f1f8b6ffab8466 /lib/config-symbian.h | |
parent | 71525352f07559fea84c626cfb912597983a6881 (diff) | |
download | curl-bffe69a151bbd1aae72e50c128fdb0c58596ade1.tar.gz |
when recvfrom prototype uses a void pointer for arguments 2, 5 or 6 this will
now cause the definition of RECVFROM_TYPE_ARG2_IS_VOID, RECVFROM_TYPE_ARG5_IS_VOID
or RECVFROM_TYPE_ARG6_IS_VOID, as appropriate.
Diffstat (limited to 'lib/config-symbian.h')
-rw-r--r-- | lib/config-symbian.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/config-symbian.h b/lib/config-symbian.h index b7467dbd9..0c8a1716e 100644 --- a/lib/config-symbian.h +++ b/lib/config-symbian.h @@ -690,6 +690,7 @@ #define RECVFROM_TYPE_ARG5 struct sockaddr #define RECVFROM_TYPE_ARG6 size_t #define RECVFROM_TYPE_RETV ssize_t +#define RECVFROM_TYPE_ARG2_IS_VOID 1 #define SEND_TYPE_ARG1 int #define SEND_QUAL_ARG2 const |