diff options
author | Yang Tse <yangsita@gmail.com> | 2006-07-04 16:54:10 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2006-07-04 16:54:10 +0000 |
commit | 7e43d06b602f5158b7240b03efad7f7066d0650d (patch) | |
tree | 17402872348e6e19956adcd21e79d50f74cd122f /lib/config-riscos.h | |
parent | 89f54f373979d182dfec4ddb7c9adbccbca9f2f1 (diff) | |
download | curl-7e43d06b602f5158b7240b03efad7f7066d0650d.tar.gz |
Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2.
Diffstat (limited to 'lib/config-riscos.h')
-rw-r--r-- | lib/config-riscos.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config-riscos.h b/lib/config-riscos.h index d9dad5f74..fd3656f46 100644 --- a/lib/config-riscos.h +++ b/lib/config-riscos.h @@ -433,6 +433,9 @@ /* Define to the type of arg 1 for send. */ #define SEND_TYPE_ARG1 int +/* Define to the type qualifier of arg 2 for send. */ +#define SEND_QUAL_ARG2 const + /* Define to the type of arg 2 for send. */ #define SEND_TYPE_ARG2 void * |