This is the mail archive of the cygwin-developers@sourceware.cygnus.com mailing list for the Cygwin project.


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

Reason for cover functions in pthread.cc


Is there a reason to keep the cover functions in pthread.cc?  These simply
call "__" prefixed versions in thread.cc, where the real implementation is
provided.

For example:
int
pthread_attr_init (pthread_attr_t * attr)
{
  return __pthread_attr_init (attr);
}


paul


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