]> git.proxmox.com Git - qemu.git/blobdiff - bsd-user/signal.c
clean unnecessary code: don't check g_strdup arg for NULL
[qemu.git] / bsd-user / signal.c
index 5fa2fe0f76f2cdebba40b59dde936fd6fd175ea4..445f69e83e774ff70b4803d62ac05f9d1a0d278a 100644 (file)
@@ -14,9 +14,7 @@
  *  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>
@@ -35,6 +33,6 @@ void signal_init(void)
 {
 }
 
-void process_pending_signals(CPUState *cpu_env)
+void process_pending_signals(CPUArchState *cpu_env)
 {
 }