Move 'is_regular_file' from common-utils.c to filestuff.c
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index d751253b9a4d1fe28ade7ee45017b45713996a0e..da66c9d24ce2c57b580ce9d8330b898e795e5df1 100644 (file)
@@ -1,3 +1,11 @@
+2018-09-12  Sergio Durigan Junior  <sergiodj@redhat.com>
+
+       * common/common-utils.c: Don't include '<sys/stat.h>'.
+       (is_regular_file): Move to...
+       * common/filestuff.c (is_regular_file): ... here.
+       * common/common-utils.h (is_regular_file): Move to...
+       * common/filestuff.h (is_regular_file): ... here.
+
 2018-09-12  Simon Marchi  <simon.marchi@ericsson.com>
 
        * skip.c (debug_skip): New variable.
This page took 0.025633 seconds and 4 git commands to generate.