From 7e43d06b602f5158b7240b03efad7f7066d0650d Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Tue, 4 Jul 2006 16:54:10 +0000 Subject: Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2. --- lib/config-tpf.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/config-tpf.h') diff --git a/lib/config-tpf.h b/lib/config-tpf.h index 48d1056f6..593437cc2 100644 --- a/lib/config-tpf.h +++ b/lib/config-tpf.h @@ -711,6 +711,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 char * -- cgit v1.2.3