mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-24 14:41:06 +08:00
Carry over change from 2.1 to properly typedef resultproc_t.
This commit is contained in:
parent
1e945c1904
commit
e588f3f00e
@ -41,7 +41,7 @@
|
||||
|
||||
__BEGIN_DECLS
|
||||
|
||||
typedef bool_t (*resultproc_t)();
|
||||
typedef bool_t (*resultproc_t) __P ((caddr_t resp, struct sockaddr_in *raddr));
|
||||
|
||||
/*
|
||||
* Usage:
|
||||
|
Loading…
x
Reference in New Issue
Block a user