]> sourceware.org Git - glibc.git/commitdiff
Sat Apr 29 15:46:57 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>
authorRoland McGrath <roland@gnu.org>
Mon, 1 May 1995 09:00:07 +0000 (09:00 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 1 May 1995 09:00:07 +0000 (09:00 +0000)
* posix/glob.c (S_ISDIR): Define if undefined.

ChangeLog
sysdeps/generic/signame.c

index 0df19639f3160c2c2135e1becc36f71c578182e2..e0a7a5c9366df7fc428841db53984b4a21a92a96 100644 (file)
--- 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
index 637b060bf59815c3ccf96f9f18e33a43f8f61be5..96a6cfe15c96f0ade9080ad20338145e62ec8668 100644 (file)
@@ -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.  */
This page took 0.487219 seconds and 5 git commands to generate.