summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorneal <neal>2008-08-16 14:02:09 +0000
committerneal <neal>2008-08-16 14:02:09 +0000
commit4c77d66ee24a1e44d369fd935dd48694f30ad82d (patch)
tree7530b9335ea349d0e10935ee5ecc2742ac4aff74
parent3806effa5d0eddb1262bb6eb7ab6d381570948dd (diff)
2008-08-16 Neal H. Walfield <neal@gnu.org>
* Makefile.am (SYSDEP_PATH): Replace l4/hurd with viengoos. Remove other directory names containing l4. (libpthread_a_SOURCES): Remove pt-pool-np.c. * sysdeps/l4/pt-spin.c: Move from here... * sysdeps/viengoos/pt-spin.c: ... to here. * sysdeps/l4/pt-stack-alloc.c: Move from here... * sysdeps/viengoos/pt-stack-alloc.c: ... to here. * sysdeps/l4/pt-timedblock.c: Move from here... * sysdeps/viengoos/pt-timedblock.c: ... to here. * sysdeps/l4/hurd/pt-block.c: Move from here... * sysdeps/viengoos/pt-block.c: ... to here. * sysdeps/l4/hurd/pt-docancel.c: Move from here... * sysdeps/viengoos/pt-docancel.c: ... to here. * sysdeps/l4/hurd/pt-kill.c: Move from here... * sysdeps/viengoos/pt-kill.c: ... to here. * sysdeps/l4/hurd/pt-setactivity-np.c: Move from here... * sysdeps/viengoos/pt-setactivity-np.c: ... to here. * sysdeps/l4/hurd/pt-sigstate-destroy.c: Move from here... * sysdeps/viengoos/pt-sigstate-destroy.c: ... to here. * sysdeps/l4/hurd/pt-sigstate-init.c: Move from here... * sysdeps/viengoos/pt-sigstate-init.c: ... to here. * sysdeps/l4/hurd/pt-sigstate.c: Move from here... * sysdeps/viengoos/pt-sigstate.c: ... to here. * sysdeps/l4/hurd/pt-startup.c: Move from here... * sysdeps/viengoos/pt-startup.c: ... to here. * sysdeps/l4/hurd/pt-sysdep.c: Move from here... * sysdeps/viengoos/pt-sysdep.c: ... to here. * sysdeps/l4/hurd/pt-sysdep.h: Move from here... * sysdeps/viengoos/pt-sysdep.h: ... to here. * sysdeps/l4/hurd/pt-thread-alloc.c: Move from here... * sysdeps/viengoos/pt-thread-alloc.c: ... to here. * sysdeps/l4/hurd/pt-thread-dealloc.c: Move from here... * sysdeps/viengoos/pt-thread-dealloc.c: ... to here. * sysdeps/l4/hurd/pt-thread-halt.c: Move from here... * sysdeps/viengoos/pt-thread-halt.c: ... to here. * sysdeps/l4/hurd/pt-thread-start.c: Move from here... * sysdeps/viengoos/pt-thread-start.c: ... to here. * sysdeps/l4/hurd/pt-wakeup.c: Move from here... * sysdeps/viengoos/pt-wakeup.c: ... to here. * sysdeps/l4/hurd/sig-sysdep.h: Move from here... * sysdeps/viengoos/sig-sysdep.h: ... to here. * sysdeps/l4/hurd/sigprocmask.c: Move from here... * sysdeps/viengoos/sigprocmask.c: ... to here. * sysdeps/l4/hurd/bits/pthread-np.h: Move from here... * sysdeps/viengoos/bits/pthread-np.h: ... to here. * headers.m4: Like sysroot/include/bits/pthread-np.h to libpthread/sysdeps/viengoos/bits/pthread-np.h, not libpthread/sysdeps/l4/hurd/bits/pthread-np.h. * sysdeps/l4/hurd/ia32/pt-machdep.c: Move from here... * sysdeps/viengoos/ia32/pt-machdep.c: ... to here. * sysdeps/l4/hurd/ia32/pt-setup.c: Move from here... * sysdeps/viengoos/ia32/pt-setup.c: ... to here. * sysdeps/l4/hurd/ia32/signal-dispatch-lowlevel.c: Move from here... * sysdeps/viengoos/ia32/signal-dispatch-lowlevel.c: to here... * sysdeps/l4/hurd/powerpc/pt-machdep.c: Move from here... * sysdeps/viengoos/powerpc/pt-machdep.c: ... to here. * sysdeps/l4/hurd/powerpc/pt-setup.c: Move from here... * sysdeps/viengoos/powerpc/pt-setup.c: ... to here.
-rw-r--r--libpthread/ChangeLog62
-rw-r--r--libpthread/Makefile.am7
-rw-r--r--libpthread/headers.m42
-rw-r--r--libpthread/sysdeps/viengoos/bits/pthread-np.h (renamed from libpthread/sysdeps/l4/hurd/bits/pthread-np.h)0
-rw-r--r--libpthread/sysdeps/viengoos/ia32/pt-machdep.c (renamed from libpthread/sysdeps/l4/hurd/ia32/pt-machdep.c)0
-rw-r--r--libpthread/sysdeps/viengoos/ia32/pt-setup.c (renamed from libpthread/sysdeps/l4/hurd/ia32/pt-setup.c)0
-rw-r--r--libpthread/sysdeps/viengoos/ia32/signal-dispatch-lowlevel.c (renamed from libpthread/sysdeps/l4/hurd/ia32/signal-dispatch-lowlevel.c)0
-rw-r--r--libpthread/sysdeps/viengoos/powerpc/pt-machdep.c (renamed from libpthread/sysdeps/l4/hurd/powerpc/pt-machdep.c)0
-rw-r--r--libpthread/sysdeps/viengoos/powerpc/pt-setup.c (renamed from libpthread/sysdeps/l4/hurd/powerpc/pt-setup.c)0
-rw-r--r--libpthread/sysdeps/viengoos/pt-block.c (renamed from libpthread/sysdeps/l4/hurd/pt-block.c)0
-rw-r--r--libpthread/sysdeps/viengoos/pt-docancel.c (renamed from libpthread/sysdeps/l4/hurd/pt-docancel.c)0
-rw-r--r--libpthread/sysdeps/viengoos/pt-kill.c (renamed from libpthread/sysdeps/l4/hurd/pt-kill.c)0
-rw-r--r--libpthread/sysdeps/viengoos/pt-setactivity-np.c (renamed from libpthread/sysdeps/l4/hurd/pt-setactivity-np.c)0
-rw-r--r--libpthread/sysdeps/viengoos/pt-sigstate-destroy.c (renamed from libpthread/sysdeps/l4/hurd/pt-sigstate-destroy.c)0
-rw-r--r--libpthread/sysdeps/viengoos/pt-sigstate-init.c (renamed from libpthread/sysdeps/l4/hurd/pt-sigstate-init.c)0
-rw-r--r--libpthread/sysdeps/viengoos/pt-sigstate.c (renamed from libpthread/sysdeps/l4/hurd/pt-sigstate.c)0
-rw-r--r--libpthread/sysdeps/viengoos/pt-spin.c (renamed from libpthread/sysdeps/l4/pt-spin.c)0
-rw-r--r--libpthread/sysdeps/viengoos/pt-stack-alloc.c (renamed from libpthread/sysdeps/l4/pt-stack-alloc.c)0
-rw-r--r--libpthread/sysdeps/viengoos/pt-startup.c (renamed from libpthread/sysdeps/l4/hurd/pt-startup.c)0
-rw-r--r--libpthread/sysdeps/viengoos/pt-sysdep.c (renamed from libpthread/sysdeps/l4/hurd/pt-sysdep.c)0
-rw-r--r--libpthread/sysdeps/viengoos/pt-sysdep.h (renamed from libpthread/sysdeps/l4/hurd/pt-sysdep.h)0
-rw-r--r--libpthread/sysdeps/viengoos/pt-thread-alloc.c (renamed from libpthread/sysdeps/l4/hurd/pt-thread-alloc.c)0
-rw-r--r--libpthread/sysdeps/viengoos/pt-thread-dealloc.c (renamed from libpthread/sysdeps/l4/hurd/pt-thread-dealloc.c)0
-rw-r--r--libpthread/sysdeps/viengoos/pt-thread-halt.c (renamed from libpthread/sysdeps/l4/hurd/pt-thread-halt.c)0
-rw-r--r--libpthread/sysdeps/viengoos/pt-thread-start.c (renamed from libpthread/sysdeps/l4/hurd/pt-thread-start.c)0
-rw-r--r--libpthread/sysdeps/viengoos/pt-timedblock.c (renamed from libpthread/sysdeps/l4/pt-timedblock.c)0
-rw-r--r--libpthread/sysdeps/viengoos/pt-wakeup.c (renamed from libpthread/sysdeps/l4/hurd/pt-wakeup.c)0
-rw-r--r--libpthread/sysdeps/viengoos/sig-sysdep.h (renamed from libpthread/sysdeps/l4/hurd/sig-sysdep.h)0
-rw-r--r--libpthread/sysdeps/viengoos/sigprocmask.c (renamed from libpthread/sysdeps/l4/hurd/sigprocmask.c)0
29 files changed, 65 insertions, 6 deletions
diff --git a/libpthread/ChangeLog b/libpthread/ChangeLog
index e167d28..d17b259 100644
--- a/libpthread/ChangeLog
+++ b/libpthread/ChangeLog
@@ -1,5 +1,67 @@
2008-08-16 Neal H. Walfield <neal@gnu.org>
+ * Makefile.am (SYSDEP_PATH): Replace l4/hurd with viengoos.
+ Remove other directory names containing l4.
+ (libpthread_a_SOURCES): Remove pt-pool-np.c.
+ * sysdeps/l4/pt-spin.c: Move from here...
+ * sysdeps/viengoos/pt-spin.c: ... to here.
+ * sysdeps/l4/pt-stack-alloc.c: Move from here...
+ * sysdeps/viengoos/pt-stack-alloc.c: ... to here.
+ * sysdeps/l4/pt-timedblock.c: Move from here...
+ * sysdeps/viengoos/pt-timedblock.c: ... to here.
+ * sysdeps/l4/hurd/pt-block.c: Move from here...
+ * sysdeps/viengoos/pt-block.c: ... to here.
+ * sysdeps/l4/hurd/pt-docancel.c: Move from here...
+ * sysdeps/viengoos/pt-docancel.c: ... to here.
+ * sysdeps/l4/hurd/pt-kill.c: Move from here...
+ * sysdeps/viengoos/pt-kill.c: ... to here.
+ * sysdeps/l4/hurd/pt-setactivity-np.c: Move from here...
+ * sysdeps/viengoos/pt-setactivity-np.c: ... to here.
+ * sysdeps/l4/hurd/pt-sigstate-destroy.c: Move from here...
+ * sysdeps/viengoos/pt-sigstate-destroy.c: ... to here.
+ * sysdeps/l4/hurd/pt-sigstate-init.c: Move from here...
+ * sysdeps/viengoos/pt-sigstate-init.c: ... to here.
+ * sysdeps/l4/hurd/pt-sigstate.c: Move from here...
+ * sysdeps/viengoos/pt-sigstate.c: ... to here.
+ * sysdeps/l4/hurd/pt-startup.c: Move from here...
+ * sysdeps/viengoos/pt-startup.c: ... to here.
+ * sysdeps/l4/hurd/pt-sysdep.c: Move from here...
+ * sysdeps/viengoos/pt-sysdep.c: ... to here.
+ * sysdeps/l4/hurd/pt-sysdep.h: Move from here...
+ * sysdeps/viengoos/pt-sysdep.h: ... to here.
+ * sysdeps/l4/hurd/pt-thread-alloc.c: Move from here...
+ * sysdeps/viengoos/pt-thread-alloc.c: ... to here.
+ * sysdeps/l4/hurd/pt-thread-dealloc.c: Move from here...
+ * sysdeps/viengoos/pt-thread-dealloc.c: ... to here.
+ * sysdeps/l4/hurd/pt-thread-halt.c: Move from here...
+ * sysdeps/viengoos/pt-thread-halt.c: ... to here.
+ * sysdeps/l4/hurd/pt-thread-start.c: Move from here...
+ * sysdeps/viengoos/pt-thread-start.c: ... to here.
+ * sysdeps/l4/hurd/pt-wakeup.c: Move from here...
+ * sysdeps/viengoos/pt-wakeup.c: ... to here.
+ * sysdeps/l4/hurd/sig-sysdep.h: Move from here...
+ * sysdeps/viengoos/sig-sysdep.h: ... to here.
+ * sysdeps/l4/hurd/sigprocmask.c: Move from here...
+ * sysdeps/viengoos/sigprocmask.c: ... to here.
+ * sysdeps/l4/hurd/bits/pthread-np.h: Move from here...
+ * sysdeps/viengoos/bits/pthread-np.h: ... to here.
+ * headers.m4: Like sysroot/include/bits/pthread-np.h to
+ libpthread/sysdeps/viengoos/bits/pthread-np.h, not
+ libpthread/sysdeps/l4/hurd/bits/pthread-np.h.
+ * sysdeps/l4/hurd/ia32/pt-machdep.c: Move from here...
+ * sysdeps/viengoos/ia32/pt-machdep.c: ... to here.
+ * sysdeps/l4/hurd/ia32/pt-setup.c: Move from here...
+ * sysdeps/viengoos/ia32/pt-setup.c: ... to here.
+ * sysdeps/l4/hurd/ia32/signal-dispatch-lowlevel.c: Move from
+ here...
+ * sysdeps/viengoos/ia32/signal-dispatch-lowlevel.c: to here...
+ * sysdeps/l4/hurd/powerpc/pt-machdep.c: Move from here...
+ * sysdeps/viengoos/powerpc/pt-machdep.c: ... to here.
+ * sysdeps/l4/hurd/powerpc/pt-setup.c: Move from here...
+ * sysdeps/viengoos/powerpc/pt-setup.c: ... to here.
+
+2008-08-16 Neal H. Walfield <neal@gnu.org>
+
* sysdeps/l4/pt-block.c: Remove file.
* sysdeps/l4/pt-docancel.c: Likewise.
* sysdeps/l4/pt-pool-np.c: Likewise.
diff --git a/libpthread/Makefile.am b/libpthread/Makefile.am
index e59c946..a4d226d 100644
--- a/libpthread/Makefile.am
+++ b/libpthread/Makefile.am
@@ -26,11 +26,9 @@ endif
# The source files are scattered over several directories. Add
# all these directories to the vpath.
-SYSDEP_PATH = $(srcdir)/sysdeps/l4/hurd/${arch} \
- $(srcdir)/sysdeps/l4/${arch} \
+SYSDEP_PATH = $(srcdir)/sysdeps/viengoos/${arch} \
$(srcdir)/sysdeps/${arch} \
- $(srcdir)/sysdeps/l4/hurd \
- $(srcdir)/sysdeps/l4 \
+ $(srcdir)/sysdeps/viengoos \
$(srcdir)/sysdeps/hurd \
$(srcdir)/sysdeps/generic \
$(srcdir)/sysdeps/posix \
@@ -68,7 +66,6 @@ libpthread_a_SOURCES = pt-attr.c pt-attr-destroy.c pt-attr-getdetachstate.c \
pt-alloc.c \
pt-create.c \
pt-getattr.c \
- pt-pool-np.c \
pt-equal.c \
pt-dealloc.c \
pt-detach.c \
diff --git a/libpthread/headers.m4 b/libpthread/headers.m4
index 2684f39..d6f23c5 100644
--- a/libpthread/headers.m4
+++ b/libpthread/headers.m4
@@ -30,7 +30,7 @@ AC_CONFIG_LINKS([
sysroot/include/bits/rwlock.h:libpthread/sysdeps/generic/bits/rwlock.h
sysroot/include/bits/thread-attr.h:libpthread/sysdeps/generic/bits/thread-attr.h
sysroot/include/bits/thread-specific.h:libpthread/sysdeps/generic/bits/thread-specific.h
- sysroot/include/bits/pthread-np.h:libpthread/sysdeps/l4/hurd/bits/pthread-np.h
+ sysroot/include/bits/pthread-np.h:libpthread/sysdeps/viengoos/bits/pthread-np.h
sysroot/include/semaphore.h:libpthread/include/semaphore.h
sysroot/include/bits/semaphore.h:libpthread/sysdeps/generic/bits/semaphore.h
sysroot/include/signal.h:libpthread/signal/signal.h
diff --git a/libpthread/sysdeps/l4/hurd/bits/pthread-np.h b/libpthread/sysdeps/viengoos/bits/pthread-np.h
index a90793d..a90793d 100644
--- a/libpthread/sysdeps/l4/hurd/bits/pthread-np.h
+++ b/libpthread/sysdeps/viengoos/bits/pthread-np.h
diff --git a/libpthread/sysdeps/l4/hurd/ia32/pt-machdep.c b/libpthread/sysdeps/viengoos/ia32/pt-machdep.c
index dbf5cd7..dbf5cd7 100644
--- a/libpthread/sysdeps/l4/hurd/ia32/pt-machdep.c
+++ b/libpthread/sysdeps/viengoos/ia32/pt-machdep.c
diff --git a/libpthread/sysdeps/l4/hurd/ia32/pt-setup.c b/libpthread/sysdeps/viengoos/ia32/pt-setup.c
index 579905c..579905c 100644
--- a/libpthread/sysdeps/l4/hurd/ia32/pt-setup.c
+++ b/libpthread/sysdeps/viengoos/ia32/pt-setup.c
diff --git a/libpthread/sysdeps/l4/hurd/ia32/signal-dispatch-lowlevel.c b/libpthread/sysdeps/viengoos/ia32/signal-dispatch-lowlevel.c
index 37ef821..37ef821 100644
--- a/libpthread/sysdeps/l4/hurd/ia32/signal-dispatch-lowlevel.c
+++ b/libpthread/sysdeps/viengoos/ia32/signal-dispatch-lowlevel.c
diff --git a/libpthread/sysdeps/l4/hurd/powerpc/pt-machdep.c b/libpthread/sysdeps/viengoos/powerpc/pt-machdep.c
index 754d203..754d203 100644
--- a/libpthread/sysdeps/l4/hurd/powerpc/pt-machdep.c
+++ b/libpthread/sysdeps/viengoos/powerpc/pt-machdep.c
diff --git a/libpthread/sysdeps/l4/hurd/powerpc/pt-setup.c b/libpthread/sysdeps/viengoos/powerpc/pt-setup.c
index d3cf4ec..d3cf4ec 100644
--- a/libpthread/sysdeps/l4/hurd/powerpc/pt-setup.c
+++ b/libpthread/sysdeps/viengoos/powerpc/pt-setup.c
diff --git a/libpthread/sysdeps/l4/hurd/pt-block.c b/libpthread/sysdeps/viengoos/pt-block.c
index 2315b1c..2315b1c 100644
--- a/libpthread/sysdeps/l4/hurd/pt-block.c
+++ b/libpthread/sysdeps/viengoos/pt-block.c
diff --git a/libpthread/sysdeps/l4/hurd/pt-docancel.c b/libpthread/sysdeps/viengoos/pt-docancel.c
index 2fb3f6f..2fb3f6f 100644
--- a/libpthread/sysdeps/l4/hurd/pt-docancel.c
+++ b/libpthread/sysdeps/viengoos/pt-docancel.c
diff --git a/libpthread/sysdeps/l4/hurd/pt-kill.c b/libpthread/sysdeps/viengoos/pt-kill.c
index c72e82f..c72e82f 100644
--- a/libpthread/sysdeps/l4/hurd/pt-kill.c
+++ b/libpthread/sysdeps/viengoos/pt-kill.c
diff --git a/libpthread/sysdeps/l4/hurd/pt-setactivity-np.c b/libpthread/sysdeps/viengoos/pt-setactivity-np.c
index f2f0723..f2f0723 100644
--- a/libpthread/sysdeps/l4/hurd/pt-setactivity-np.c
+++ b/libpthread/sysdeps/viengoos/pt-setactivity-np.c
diff --git a/libpthread/sysdeps/l4/hurd/pt-sigstate-destroy.c b/libpthread/sysdeps/viengoos/pt-sigstate-destroy.c
index 997a036..997a036 100644
--- a/libpthread/sysdeps/l4/hurd/pt-sigstate-destroy.c
+++ b/libpthread/sysdeps/viengoos/pt-sigstate-destroy.c
diff --git a/libpthread/sysdeps/l4/hurd/pt-sigstate-init.c b/libpthread/sysdeps/viengoos/pt-sigstate-init.c
index 4c40fdb..4c40fdb 100644
--- a/libpthread/sysdeps/l4/hurd/pt-sigstate-init.c
+++ b/libpthread/sysdeps/viengoos/pt-sigstate-init.c
diff --git a/libpthread/sysdeps/l4/hurd/pt-sigstate.c b/libpthread/sysdeps/viengoos/pt-sigstate.c
index 66dd08c..66dd08c 100644
--- a/libpthread/sysdeps/l4/hurd/pt-sigstate.c
+++ b/libpthread/sysdeps/viengoos/pt-sigstate.c
diff --git a/libpthread/sysdeps/l4/pt-spin.c b/libpthread/sysdeps/viengoos/pt-spin.c
index b6978b0..b6978b0 100644
--- a/libpthread/sysdeps/l4/pt-spin.c
+++ b/libpthread/sysdeps/viengoos/pt-spin.c
diff --git a/libpthread/sysdeps/l4/pt-stack-alloc.c b/libpthread/sysdeps/viengoos/pt-stack-alloc.c
index b7ec12b..b7ec12b 100644
--- a/libpthread/sysdeps/l4/pt-stack-alloc.c
+++ b/libpthread/sysdeps/viengoos/pt-stack-alloc.c
diff --git a/libpthread/sysdeps/l4/hurd/pt-startup.c b/libpthread/sysdeps/viengoos/pt-startup.c
index b6461de..b6461de 100644
--- a/libpthread/sysdeps/l4/hurd/pt-startup.c
+++ b/libpthread/sysdeps/viengoos/pt-startup.c
diff --git a/libpthread/sysdeps/l4/hurd/pt-sysdep.c b/libpthread/sysdeps/viengoos/pt-sysdep.c
index c23364c..c23364c 100644
--- a/libpthread/sysdeps/l4/hurd/pt-sysdep.c
+++ b/libpthread/sysdeps/viengoos/pt-sysdep.c
diff --git a/libpthread/sysdeps/l4/hurd/pt-sysdep.h b/libpthread/sysdeps/viengoos/pt-sysdep.h
index 5e9fabd..5e9fabd 100644
--- a/libpthread/sysdeps/l4/hurd/pt-sysdep.h
+++ b/libpthread/sysdeps/viengoos/pt-sysdep.h
diff --git a/libpthread/sysdeps/l4/hurd/pt-thread-alloc.c b/libpthread/sysdeps/viengoos/pt-thread-alloc.c
index 11af1d0..11af1d0 100644
--- a/libpthread/sysdeps/l4/hurd/pt-thread-alloc.c
+++ b/libpthread/sysdeps/viengoos/pt-thread-alloc.c
diff --git a/libpthread/sysdeps/l4/hurd/pt-thread-dealloc.c b/libpthread/sysdeps/viengoos/pt-thread-dealloc.c
index 71b3d96..71b3d96 100644
--- a/libpthread/sysdeps/l4/hurd/pt-thread-dealloc.c
+++ b/libpthread/sysdeps/viengoos/pt-thread-dealloc.c
diff --git a/libpthread/sysdeps/l4/hurd/pt-thread-halt.c b/libpthread/sysdeps/viengoos/pt-thread-halt.c
index aef1395..aef1395 100644
--- a/libpthread/sysdeps/l4/hurd/pt-thread-halt.c
+++ b/libpthread/sysdeps/viengoos/pt-thread-halt.c
diff --git a/libpthread/sysdeps/l4/hurd/pt-thread-start.c b/libpthread/sysdeps/viengoos/pt-thread-start.c
index 9db399c..9db399c 100644
--- a/libpthread/sysdeps/l4/hurd/pt-thread-start.c
+++ b/libpthread/sysdeps/viengoos/pt-thread-start.c
diff --git a/libpthread/sysdeps/l4/pt-timedblock.c b/libpthread/sysdeps/viengoos/pt-timedblock.c
index ce7972b..ce7972b 100644
--- a/libpthread/sysdeps/l4/pt-timedblock.c
+++ b/libpthread/sysdeps/viengoos/pt-timedblock.c
diff --git a/libpthread/sysdeps/l4/hurd/pt-wakeup.c b/libpthread/sysdeps/viengoos/pt-wakeup.c
index e568a6f..e568a6f 100644
--- a/libpthread/sysdeps/l4/hurd/pt-wakeup.c
+++ b/libpthread/sysdeps/viengoos/pt-wakeup.c
diff --git a/libpthread/sysdeps/l4/hurd/sig-sysdep.h b/libpthread/sysdeps/viengoos/sig-sysdep.h
index 33e1385..33e1385 100644
--- a/libpthread/sysdeps/l4/hurd/sig-sysdep.h
+++ b/libpthread/sysdeps/viengoos/sig-sysdep.h
diff --git a/libpthread/sysdeps/l4/hurd/sigprocmask.c b/libpthread/sysdeps/viengoos/sigprocmask.c
index a38b379..a38b379 100644
--- a/libpthread/sysdeps/l4/hurd/sigprocmask.c
+++ b/libpthread/sysdeps/viengoos/sigprocmask.c