This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]