From fda0f3bab054e5aa71fb1aacaf157b3f8fbaeb73 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 6 Sep 2000 21:34:01 +0000 Subject: [PATCH] Update. * sysdeps/unix/sysv/linux/_G_config.h: Moved to... * sysdeps/gnu/_G_config.h: ...here to be shared with Hurd. --- ChangeLog | 3 +++ sysdeps/{unix/sysv/linux => gnu}/_G_config.h | 0 2 files changed, 3 insertions(+) rename sysdeps/{unix/sysv/linux => gnu}/_G_config.h (100%) diff --git a/ChangeLog b/ChangeLog index 667b074918..f2d246b65f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2000-09-06 Ulrich Drepper + * sysdeps/unix/sysv/linux/_G_config.h: Moved to... + * sysdeps/gnu/_G_config.h: ...here to be shared with Hurd. + * sysdeps/posix/signal.c: Add sig to act.sa_mask for completeness. * stdlib/Makefile (tests): Add tst-bsearch. diff --git a/sysdeps/unix/sysv/linux/_G_config.h b/sysdeps/gnu/_G_config.h similarity index 100% rename from sysdeps/unix/sysv/linux/_G_config.h rename to sysdeps/gnu/_G_config.h