The c parser cannot handle this style of prototype
commontly found in library include files;
extern int accept (int __fd, __SOCKADDR_ARG __addr,
socklen_t *__restrict __addr_len) __THROW;
But, it can handle:
extern int accept (int __fd, __SOCKADDR_ARG __addr,
socklen_t *__restrict __addr_len);
Nobody/Anonymous ( nobody ) - 2002-08-15 23:18:47 PDT
5
Closed
Fixed
Eric M. Ludlam
semantic
None
Public
|
Date: 2007-02-07 19:07:17 PST
|