From bffe69a151bbd1aae72e50c128fdb0c58596ade1 Mon Sep 17 00:00:00 2001 From: Yang Tse Date: Mon, 21 Jul 2008 00:36:55 +0000 Subject: 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. --- lib/config-riscos.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/config-riscos.h') diff --git a/lib/config-riscos.h b/lib/config-riscos.h index 7140e9c24..86ef864e3 100644 --- a/lib/config-riscos.h +++ b/lib/config-riscos.h @@ -439,6 +439,9 @@ /* Define to the type pointed by arg 2 for recvfrom. */ #define RECVFROM_TYPE_ARG2 void +/* Define to 1 if the type pointed by arg 2 for recvfrom is void. */ +#define RECVFROM_TYPE_ARG2_IS_VOID 1 + /* Define to the type of arg 3 for recvfrom. */ #define RECVFROM_TYPE_ARG3 size_t -- cgit v1.2.1