OSDN Git Service

libc/regex: fix internal_function declarations
authorRoman I Khimov <khimov@altell.ru>
Tue, 27 Apr 2010 11:22:07 +0000 (15:22 +0400)
committerAustin Foxley <austinf@cetoncorp.com>
Tue, 27 Apr 2010 15:41:26 +0000 (08:41 -0700)
commita60ebd0f0790b2ce6bff161e0b3bdbca5e491a4b
treed05cb67e12796b7b67ffe780904d8fdeb3e09cee
parent07c2a96aeb358cab9f4ae18735a93dc16e8e0727
libc/regex: fix internal_function declarations

Build failed with

| In file included from libc/misc/regex/regex.c:59:
| libc/misc/regex/regexec.c:315: error: conflicting types for 're_search_2_stub'
| libc/misc/regex/regexec.c:44: note: previous declaration of 're_search_2_stub' was here
| libc/misc/regex/regexec.c:358: error: conflicting types for 're_search_stub'
| libc/misc/regex/regexec.c:49: note: previous declaration of 're_search_stub' was here
.... etc

Signed-off-by: Roman I Khimov <khimov@altell.ru>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
libc/misc/regex/regexec.c