From f5cbae932901aebf895e2cc0046727bc740bf5a0 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Thu, 2 Feb 2006 02:29:30 +0000 Subject: [PATCH] Look for public functions that return RETSIGTYPE. --- mkproto.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkproto.awk b/mkproto.awk index cf21dd72..9f8955d4 100644 --- a/mkproto.awk +++ b/mkproto.awk @@ -58,7 +58,7 @@ BEGIN { next; } -!/^OFF_T|^size_t|^off_t|^pid_t|^unsigned|^mode_t|^DIR|^user|^int|^char|^uint|^uchar|^short|^struct|^BOOL|^void|^time|^const/ { +!/^OFF_T|^size_t|^off_t|^pid_t|^unsigned|^mode_t|^DIR|^user|^int|^char|^uint|^uchar|^short|^struct|^BOOL|^void|^time|^const|^RETSIGTYPE/ { next; } -- 2.34.1