diff options
author | 2004-07-10 06:44:51 +0000 | |
---|---|---|
committer | 2004-07-10 06:44:51 +0000 | |
commit | 8079bc6cd3e3442c1ddb4401360d46b989454f8d (patch) | |
tree | 02a9bfa8025c9960a3eb8addb420af2c098ad341 | |
parent | add getopt_long regress; ok millert@ (diff) | |
download | wireguard-openbsd-8079bc6cd3e3442c1ddb4401360d46b989454f8d.tar.xz wireguard-openbsd-8079bc6cd3e3442c1ddb4401360d46b989454f8d.zip |
update comment about disabled tests; ok marc@
-rw-r--r-- | regress/lib/libpthread/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libpthread/Makefile b/regress/lib/libpthread/Makefile index b40bf52d1ed..63535c2e70b 100644 --- a/regress/lib/libpthread/Makefile +++ b/regress/lib/libpthread/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.22 2004/06/11 19:26:13 marc Exp $ +# $OpenBSD: Makefile,v 1.23 2004/07/10 06:44:51 david Exp $ SUBDIR= cancel cancel2 close closefrom cwd execve fork group \ malloc_duel netdb pcap poll \ @@ -7,7 +7,7 @@ SUBDIR= cancel cancel2 close closefrom cwd execve fork group \ select setjmp signal sigdeliver siginfo signodefer sigsuspend \ sigwait sleep socket stdarg stdio switch system -# Not available or disabled: fcntl, pause, and pw +# Not available or disabled: fcntl, getaddrinfo, pause, pw, sigmask, stdfiles install: |