cvs commit: src/include pthread.h src/lib/libc_r/man Makefile.inc pthread_getconcurrency.3 src/lib/libc_r/uthread Makefile.inc uthread_concurrency.c

John Polstra jdp at FreeBSD.org
Tue May 27 11:18:02 PDT 2003


jdp         2003/05/27 11:18:01 PDT

  FreeBSD src repository

  Modified files:        (Branch: RELENG_4)
    include              pthread.h 
    lib/libc_r/man       Makefile.inc 
    lib/libc_r/uthread   Makefile.inc 
  Added files:           (Branch: RELENG_4)
    lib/libc_r/man       pthread_getconcurrency.3 
    lib/libc_r/uthread   uthread_concurrency.c 
  Log:
  MFC: Add stub implementations of pthread_[gs]etconcurrency to
  libc_r.  This merges the following revisions from the trunk:
  
      1.28        src/include/pthread.h
      1.20        src/lib/libc_r/man/Makefile.inc
      1.1, 1.2    src/lib/libc_r/man/pthread_getconcurrency.3
      1.36        src/lib/libc_r/uthread/Makefile.inc
      1.1         src/lib/libc_r/uthread/uthread_concurrency.c
  
  PR:             standards/50848
  
  Revision  Changes    Path
  1.20.2.4  +2 -0      src/include/pthread.h
  1.11.2.5  +2 -0      src/lib/libc_r/man/Makefile.inc
  1.2.2.1   +115 -0    src/lib/libc_r/man/pthread_getconcurrency.3 (new)
  1.23.2.8  +1 -0      src/lib/libc_r/uthread/Makefile.inc
  1.1.2.1   +60 -0     src/lib/libc_r/uthread/uthread_concurrency.c (new)


More information about the cvs-src mailing list