[PATCH v2 4/10] Tilera (and Linux asm-generic) support for glibc

Roland McGrath roland@hack.frob.com
Fri Nov 11 18:10:00 GMT 2011


> 2011-11-03  Chris Metcalf  <cmetcalf@tilera.com>
> 
>   * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Provide an
>   internal __epoll_pwait() name to avoid the PLT for the epoll_wait()
>   implementation in the generic Linux ABI port.

You can do this with libc_hidden instead.  That's the right thing to use
when PLT avoidance is the issue.  __ names are for when name space
cleanliness is the issue, which is not the case here.


Thanks,
Roland



More information about the Libc-alpha mailing list