commit c697912b3a9 breaks linuxthreads build

Tony Wu tung7970 at gmail.com
Tue Feb 21 03:36:11 UTC 2012


Carmelo,

Commit  c697912b3a9 'inet:rpc: fix authnone_marshal in multithreading
context' breaks linuxthreads build,
__libc_once_define is not defined.

libc/inet/rpc/auth_none.c:69: warning: type defaults to 'int' in
declaration of 'type name'
libc/inet/rpc/auth_none.c:69: error: storage class specified for
parameter 'type name'
libc/inet/rpc/auth_none.c:69: error: expected declaration specifiers
or '...' before 'authnone_private_guard'
libc/inet/rpc/auth_none.c:69: warning: data definition has no type or
storage class
libc/inet/rpc/auth_none.c:69: warning: type defaults to 'int' in
declaration of '__libc_once_define'
libc/inet/rpc/auth_none.c: In function 'authnone_create':
libc/inet/rpc/auth_none.c:96: warning: implicit declaration of
function '__libc_once'
libc/inet/rpc/auth_none.c:96: error: 'authnone_private_guard'
undeclared (first use in this function)

Tony


More information about the uClibc mailing list