]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Thu, 30 Jan 2003 01:38:09 +0000 (01:38 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 30 Jan 2003 01:38:09 +0000 (01:38 +0000)
2003-01-29  Ulrich Drepper  <drepper@redhat.com>

* Makefile (tests): Add tst-umask1.
(tst-umask1-ARGS): Define.
* tst-umask1.c: New file.

nptl/ChangeLog
nptl/Makefile

index 26bbedd281543fe414b5fa57f596ed6f31500ec3..f6977abad8cbe720c9b78ee0dffad2d8e59d42e3 100644 (file)
@@ -1,3 +1,9 @@
+2003-01-29  Ulrich Drepper  <drepper@redhat.com>
+
+       * Makefile (tests): Add tst-umask1.
+       (tst-umask1-ARGS): Define.
+       * tst-umask1.c: New file.
+
 2003-01-28  Ulrich Drepper  <drepper@redhat.com>
 
        * Makefile (libpthread-routines): Remove lowlevelrwlock.  Add
index 507e1f8c92f4a63a05c19bd257deaf5efab6a177..6c1ef9418eeb13588dce7f177f7aab8df364c374 100644 (file)
@@ -150,7 +150,8 @@ tests = tst-mutex1 tst-mutex2 tst-mutex3 tst-mutex4 tst-mutex5 tst-mutex6 \
        tst-stack1 \
        tst-unload \
        tst-sysconf \
-       tst-locale1 tst-locale2
+       tst-locale1 tst-locale2 \
+       tst-umask1
 
 LDFLAGS-pthread.so = -Wl,--enable-new-dtags,-z,nodelete,-z,initfirst
 
@@ -216,6 +217,7 @@ CFLAGS-pthread_self.os += -fomit-frame-pointer
 CFLAGS-tst-unload.c += -DPREFIX=\"$(objpfx)\"
 
 tst-cancel7-ARGS = --command "$(built-program-cmd)"
+tst-umask1-ARGS = $(objpfx)tst-umask1.temp
 
 extra-B-pthread.so = -B$(common-objpfx)nptl/
 $(objpfx)libpthread.so: $(objpfx)crti.o
This page took 0.055346 seconds and 5 git commands to generate.