aboutsummaryrefslogtreecommitdiff
path: root/packages/vms
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2006-07-04 16:54:10 +0000
committerYang Tse <yangsita@gmail.com>2006-07-04 16:54:10 +0000
commit7e43d06b602f5158b7240b03efad7f7066d0650d (patch)
tree17402872348e6e19956adcd21e79d50f74cd122f /packages/vms
parent89f54f373979d182dfec4ddb7c9adbccbca9f2f1 (diff)
Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2.
Diffstat (limited to 'packages/vms')
-rw-r--r--packages/vms/config-vms.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/vms/config-vms.h b/packages/vms/config-vms.h
index e4f816ce8..b8da732a9 100644
--- a/packages/vms/config-vms.h
+++ b/packages/vms/config-vms.h
@@ -319,6 +319,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 *