Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2002 10:12:09 -0800 (PST)
From:      Daniel Eischen <deischen@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/gen _pthread_stubs.c src/lib/libc/include libc_private.h namespace.h un-namespace.h
Message-ID:  <200211131812.gADIC9pa051768@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
deischen    2002/11/13 10:12:09 PST

  Modified files:
    lib/libc/gen         _pthread_stubs.c 
    lib/libc/include     libc_private.h namespace.h un-namespace.h 
  Log:
  Use a jump table (a la Solaris) for pthread routines with default
  entries in the table being stubs.  While I'm here, add macros to
  auto-generate the stubs.  A conforming threads library can override
  the stub routines by filling in the jump table.
  
  Add some entries to namespace.h and sync un-namespace.h to it.
  Also add a comment to remind folks to update un-namespace.h
  when changing namespace.h.
  
  Revision  Changes    Path
  1.9       +157 -384  src/lib/libc/gen/_pthread_stubs.c
  1.6       +42 -0     src/lib/libc/include/libc_private.h
  1.11      +11 -6     src/lib/libc/include/namespace.h
  1.8       +17 -8     src/lib/libc/include/un-namespace.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211131812.gADIC9pa051768>