LLVM API Documentation
00001 //===- Linux/Signals.cpp - Linux Signals Implementation ---------*- C++ -*-===// 00002 // 00003 // The LLVM Compiler Infrastructure 00004 // 00005 // This file was developed by Reid Spencer and is distributed under the 00006 // University of Illinois Open Source License. See LICENSE.TXT for details. 00007 // 00008 //===----------------------------------------------------------------------===// 00009 // 00010 // This file provides the Linux specific implementation of the Signals class. 00011 // 00012 //===----------------------------------------------------------------------===// 00013 00014 // Include the generic unix implementation 00015 #include "../Unix/Signals.cpp" 00016 00017 namespace llvm { 00018 using namespace sys; 00019 00020 //===----------------------------------------------------------------------===// 00021 //=== WARNING: Implementation here must contain only Linux specific code 00022 //=== and must not be generic UNIX code (see ../Unix/Signals.cpp) 00023 //===----------------------------------------------------------------------===// 00024 00025 } 00026 00027 // vim: sw=2 smartindent smarttab tw=80 autoindent expandtab