]> git.proxmox.com Git - qemu.git/blobdiff - darwin-user/signal.c
Merge branch 'stable-0.15' of git://git.qemu.org/qemu
[qemu.git] / darwin-user / signal.c
index 851e85b60f5f69fb5c64d55e0c2cad6f6fb091d3..e2adca3918aca91f3654bb90016e0a91b76fc406 100644 (file)
  *  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, write to the Free Software
- *  Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
- *  MA 02110-1301, USA.
+ *  along with this program; if not, see <http://www.gnu.org/licenses/>.
  */
 #include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
 #include <stdarg.h>
 #include <unistd.h>
-#include <signal.h>
 #include <errno.h>
 #include <sys/ucontext.h>
 
@@ -34,8 +31,6 @@
 #undef uc_link
 #endif
 
-#include <signal.h>
-
 #include "qemu.h"
 #include "qemu-common.h"