diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-07-07 12:14:17 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-07-07 12:14:17 +0000 |
commit | d7807bfa57f8d164e86816e030da4aa601affd89 (patch) | |
tree | 4f46669c92819a46d8498a162af074f2b6c96012 /malloc/Makefile | |
parent | a381d207f5ffe5d7816ebaeec862ed0904f1a082 (diff) |
Update
1999-07-07 Andreas Schwab <schwab@suse.de>
* sysdeps/unix/sysv/linux/getpt.c: Check that /dev/pts is mounted.
(_PATH_DEVPTS, DEVPTS_SUPER_MAGIC): New definitions.
(_PATH_DEVPTMX): Use _PATH_DEV.
1999-07-07 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* malloc/tst-malloc.c: New file. Tests some basic functionality.
* malloc/Makefile (tests): Add tst-malloc.
* sysdeps/unix/sysv/linux/sparc/ldd-rewrite.sed: New file.
Diffstat (limited to 'malloc/Makefile')
-rw-r--r-- | malloc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/malloc/Makefile b/malloc/Makefile index 9fd4e2c9f0..4cd76cf680 100644 --- a/malloc/Makefile +++ b/malloc/Makefile @@ -25,7 +25,7 @@ all: dist-headers := malloc.h headers := $(dist-headers) obstack.h mcheck.h -tests := mallocbug +tests := mallocbug tst-malloc distribute = thread-m.h mtrace.pl mcheck-init.c stackinfo.h |