diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-01-03 01:22:20 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-01-03 01:22:20 +0000 |
commit | 56b6e214d5d3bfa72fb999b496999fab14937575 (patch) | |
tree | dabe0c3b454a32ff9f7a3556662319e96549d960 /posix/Makefile | |
parent | 29b3c4f2ad92ac2f4176b3cff5c33ef24d82aac1 (diff) | |
download | glibc-56b6e214d5d3bfa72fb999b496999fab14937575.tar.gz glibc-56b6e214d5d3bfa72fb999b496999fab14937575.tar.xz glibc-56b6e214d5d3bfa72fb999b496999fab14937575.zip |
Update.
* posix/Makefile (tests): Add tst-mmap. * posix/tst-mmap.c: New file. * sysdeps/unix/sysv/linux/i386/mmap64.S: Pop registers after mmap2 call before handling error.
Diffstat (limited to 'posix/Makefile')
-rw-r--r-- | posix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/posix/Makefile b/posix/Makefile index 7861bdf5f3..96c73933e5 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1991,92,93,94,95,96,97,98,99 Free Software Foundation, Inc. +# Copyright (C) 1991-1999, 2000 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -57,7 +57,7 @@ include ../Makeconfig aux := init-posix environ tests := tstgetopt testfnm runtests runptests \ - tst-preadwrite test-vfork regexbug1 tst-getlogin + tst-preadwrite test-vfork regexbug1 tst-getlogin tst-mmap ifeq (yes,$(build-shared)) test-srcs := globtest tests += wordexp-test |