diff options
author | 2018-01-28 13:42:17 +0000 | |
---|---|---|
committer | 2018-01-28 13:42:17 +0000 | |
commit | 7a84fdf75f5796791065f5bd542aff5cc590aa9e (patch) | |
tree | aa4f50dca900a77120b62034b10f543a52324265 | |
parent | - An error in the multithreaded case could print the wrong function name (diff) | |
download | wireguard-openbsd-7a84fdf75f5796791065f5bd542aff5cc590aa9e.tar.xz wireguard-openbsd-7a84fdf75f5796791065f5bd542aff5cc590aa9e.zip |
add malloc_threaderr
-rw-r--r-- | regress/lib/libc/malloc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/lib/libc/malloc/Makefile b/regress/lib/libc/malloc/Makefile index d4a145f6c46..7eb84f6a6c4 100644 --- a/regress/lib/libc/malloc/Makefile +++ b/regress/lib/libc/malloc/Makefile @@ -1,6 +1,7 @@ -# $OpenBSD: Makefile,v 1.6 2017/01/23 11:07:18 otto Exp $ +# $OpenBSD: Makefile,v 1.7 2018/01/28 13:42:17 otto Exp $ SUBDIR+= malloc_general malloc0test malloc_errno malloc_ulimit1 malloc_ulimit2 +SUBDIR+= malloc_threaderr install: |