Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Dec 1999 13:53:39 -0800 (PST)
From:      Jason Evans <jasone@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/include pthread.h src/sys/sys unistd.h
Message-ID:  <199912162153.NAA38766@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
jasone      1999/12/16 13:53:39 PST

  Modified files:
    include              pthread.h 
    sys/sys              unistd.h 
  Log:
  Move POSIX feature constants from pthread.h to unistd.h, as required by
  1003.1c-1995.
  
  Undefine _POSIX_THREAD_SAFE_FUNCTIONS, since we do not implement all of the
  necessary interfaces.  At least getgrgid_r(), getrnam_r(), getpwuid_r(),
  getpwnam_r(), getc_unlocked(), getchar_unlocked(), putc_unlocked(),
  and putchar_unlocked() are missing.  Due to a likely typo in 1003.1c-1995,
  we are not technically allowed to define _POSIX_THREADS without defining
  _POSIX_THREAD_SAFE_FUNCTIONS, but either way we're non-compliant, so I'm
  leaving _POSIX_THREADS defined.
  
  PR:		bin/8281
  
  Revision  Changes    Path
  1.16      +1 -18     src/include/pthread.h
  1.21      +25 -1     src/sys/sys/unistd.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?199912162153.NAA38766>