Get qualifier of arg 2 for send() apart into SEND_QUAL_ARG2.

This commit is contained in:
Yang Tse
2006-07-04 16:54:10 +00:00
parent 89f54f3739
commit 7e43d06b60
10 changed files with 102 additions and 14 deletions

View File

@@ -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 *