diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2018-01-28 13:42:18 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2018-01-28 13:42:18 +0000 |
commit | 72e180c01298e78e700dbc6076bd26c143fe59bb (patch) | |
tree | 7657b3bd6ad27774de8ed2231f925718ea5ad139 /regress/lib | |
parent | 7a1c79666c122f636d607f3b26a5f5b76ab6be09 (diff) |
add malloc_threaderr
Diffstat (limited to 'regress/lib')
-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: |