]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
stop including tm.h in sendmsg.c
authorTrevor Saunders <tbsaunde+gcc@tbsaunde.org>
Sat, 12 Sep 2015 22:19:11 +0000 (22:19 +0000)
committerTrevor Saunders <tbsaunde@gcc.gnu.org>
Sat, 12 Sep 2015 22:19:11 +0000 (22:19 +0000)
libobjc/ChangeLog:

2015-09-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>

PR libobjc/24775
* sendmsg.c (tm.h): Remove include.

From-SVN: r227712

libobjc/ChangeLog
libobjc/sendmsg.c

index 17dba5997b5e26fec270fd1a6681ff9b2f426435..8aa2a217844df9eaad743bc2d55b50aa8797dd8a 100644 (file)
@@ -1,3 +1,8 @@
+2015-09-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
+
+       PR libobjc/24775
+       * sendmsg.c (tm.h): Remove include.
+
 2015-09-12  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
 
        PR libobjc/24775
index ba3193069ae92cd70f7865fc47170e52805180ba..8eb6d54728630d9ae06bfd48e3f231e5ce4664fb 100644 (file)
@@ -26,7 +26,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
    only while debugging the runtime.  */
 /* #define DEBUG 1 */
 
-/* FIXME: This file has no business including tm.h.  */
 /* FIXME: This should be using libffi instead of __builtin_apply
    and friends.  */
 
@@ -34,7 +33,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively.  If not, see
 #include "objc-private/error.h"
 #include "tconfig.h"
 #include "coretypes.h"
-#include "tm.h"
 #include "objc/runtime.h"
 #include "objc/message.h"          /* For objc_msg_lookup(), objc_msg_lookup_super().  */
 #include "objc/thr.h"