aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1995-05-01 09:00:07 +0000
committerRoland McGrath <roland@gnu.org>1995-05-01 09:00:07 +0000
commitb7eb84454020c59d528e826ae1889f411ed69e26 (patch)
treecbf5f107477cf4446be7cde2c55553f1fa15b8ba
parent2bda74bad375426c13c13e26180bbea5a4562c0b (diff)
downloadglibc-b7eb84454020c59d528e826ae1889f411ed69e26.tar
glibc-b7eb84454020c59d528e826ae1889f411ed69e26.tar.gz
glibc-b7eb84454020c59d528e826ae1889f411ed69e26.tar.bz2
glibc-b7eb84454020c59d528e826ae1889f411ed69e26.zip
Sat Apr 29 15:46:57 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* posix/glob.c (S_ISDIR): Define if undefined.
-rw-r--r--ChangeLog4
-rw-r--r--sysdeps/generic/signame.c8
2 files changed, 8 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 0df19639f3..e0a7a5c936 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sat Apr 29 15:46:57 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
+
+ * posix/glob.c (S_ISDIR): Define if undefined.
+
Thu Apr 27 01:24:09 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
* configure.in: Unless --without-fp, prepend */fpu before each
diff --git a/sysdeps/generic/signame.c b/sysdeps/generic/signame.c
index 637b060bf5..96a6cfe15c 100644
--- a/sysdeps/generic/signame.c
+++ b/sysdeps/generic/signame.c
@@ -15,14 +15,14 @@ You should have received a copy of the GNU General Public License
along with this program; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
-#include <stdio.h>
-#include <sys/types.h> /* Some systems need this for <signal.h>. */
-#include <signal.h>
-
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
+#include <stdio.h>
+#include <sys/types.h> /* Some systems need this for <signal.h>. */
+#include <signal.h>
+
/* Some systems declare `sys_siglist in <unistd.h>; if
configure defined SYS_SIGLIST_DECLARED, it may expect
to find the declaration there. */