diff options
author | Russ Cox <rsc@swtch.com> | 2020-01-19 21:14:20 -0500 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2020-01-19 23:04:58 -0500 |
commit | ac8042dfa9819f76ccfedd4aa36c1239322808b8 (patch) | |
tree | 33915bad974b345471a7e13390a32165b456bf87 /src/cmd/auth/factotum | |
parent | cb8f7357867a2a5d0bd742ceeb77bce9ad5f435c (diff) | |
download | plan9port-ac8042dfa9819f76ccfedd4aa36c1239322808b8.tar.gz plan9port-ac8042dfa9819f76ccfedd4aa36c1239322808b8.tar.bz2 plan9port-ac8042dfa9819f76ccfedd4aa36c1239322808b8.zip |
libthread: rm NetBSD pthread reference in sysofiles.sh
It may be that pthreads on NetBSD is now good enough,
but the build as written (introduced in 23a2368 at my suggestion)
is certainly broken, since both NetBSD.c and pthread.c define
the same functions.
If NetBSD does support pthreads now, then a few things
should happen together:
- libthread/sysofiles.sh should drop its top NetBSD case entirely
- libthread/NetBSD.c should be deleted
- libthread/NetBSD-*-asm.s should be deleted
- include/u.h's NetBSD case should define PLAN9PORT_USING_PTHREADS
and #include <pthread.h>
For now, restore to less clearly broken build.
Diffstat (limited to 'src/cmd/auth/factotum')
0 files changed, 0 insertions, 0 deletions