Re: how sys_select, sys_fork, ... are defined for thread libraries?

2007-08-03 Thread Kostik Belousov
On Thu, Aug 02, 2007 at 02:00:05PM -0700, Jin Guojun wrote: I am trying to understand how these __sys_xxx functions are defined for thread libraries. Following string search tells that all thread libraries are using these __sys_xxx functions, for example, __sys_select(). However, the search

how sys_select, sys_fork, ... are defined for thread libraries?

2007-08-02 Thread Jin Guojun
I am trying to understand how these __sys_xxx functions are defined for thread libraries. Following string search tells that all thread libraries are using these __sys_xxx functions, for example, __sys_select(). However, the search also shows that these functions are not defined anywhere in the