diff options
author | jasone <jasone@FreeBSD.org> | 1999-12-16 21:53:39 +0000 |
---|---|---|
committer | jasone <jasone@FreeBSD.org> | 1999-12-16 21:53:39 +0000 |
commit | afbc7e5a64acd18b1e9c350460473810bcbf1bc4 (patch) | |
tree | cc3e67134335b82ba0ca566ab40ab13985419fc9 /sys/compat | |
parent | d1b926a88fd09019d13d7fd497545987eb434d74 (diff) | |
download | FreeBSD-src-afbc7e5a64acd18b1e9c350460473810bcbf1bc4.zip FreeBSD-src-afbc7e5a64acd18b1e9c350460473810bcbf1bc4.tar.gz |
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
Diffstat (limited to 'sys/compat')
0 files changed, 0 insertions, 0 deletions