commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r9785 - gnuradio/trunk/usrp2/firmware/lib


From: eb
Subject: [Commit-gnuradio] r9785 - gnuradio/trunk/usrp2/firmware/lib
Date: Mon, 13 Oct 2008 16:58:18 -0600 (MDT)

Author: eb
Date: 2008-10-13 16:58:16 -0600 (Mon, 13 Oct 2008)
New Revision: 9785

Added:
   gnuradio/trunk/usrp2/firmware/lib/_exit.c
Modified:
   gnuradio/trunk/usrp2/firmware/lib/Makefile.am
Log:
mods to build under old tools

Modified: gnuradio/trunk/usrp2/firmware/lib/Makefile.am
===================================================================
--- gnuradio/trunk/usrp2/firmware/lib/Makefile.am       2008-10-12 18:40:30 UTC 
(rev 9784)
+++ gnuradio/trunk/usrp2/firmware/lib/Makefile.am       2008-10-13 22:58:16 UTC 
(rev 9785)
@@ -35,6 +35,7 @@
        eeprom.c \
        ethernet.c \
        eth_mac.c \
+       _exit.c \
        exit.c \
        hal_io.c \
        hal_uart.c \

Added: gnuradio/trunk/usrp2/firmware/lib/_exit.c
===================================================================
--- gnuradio/trunk/usrp2/firmware/lib/_exit.c                           (rev 0)
+++ gnuradio/trunk/usrp2/firmware/lib/_exit.c   2008-10-13 22:58:16 UTC (rev 
9785)
@@ -0,0 +1,27 @@
+/* -*- c++ -*- */
+/*
+ * Copyright 2008 Free Software Foundation, Inc.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ */
+
+/*
+ * Stub so we can compile using 3.4 based mb-gcc
+ */
+void 
+_exit(int status)
+{
+  while (1)
+    ;
+}


Property changes on: gnuradio/trunk/usrp2/firmware/lib/_exit.c
___________________________________________________________________
Name: svn:eol-style
   + native





reply via email to

[Prev in Thread] Current Thread [Next in Thread]