~ubuntu-branches/ubuntu/utopic/coreutils/utopic-proposed

« back to all changes in this revision

Viewing changes to lib/fatal-signal.c

  • Committer: Colin Watson
  • Date: 2013-10-30 15:48:33 UTC
  • mfrom: (8.3.5 sid)
  • Revision ID: cjwatson@canonical.com-20131030154833-xdt6e1yfffqom1c4
merge from Debian 8.21-1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* Emergency actions in case of a fatal signal.
2
 
   Copyright (C) 2003-2004, 2006-2012 Free Software Foundation, Inc.
 
2
   Copyright (C) 2003-2004, 2006-2013 Free Software Foundation, Inc.
3
3
   Written by Bruno Haible <bruno@clisp.org>, 2003.
4
4
 
5
5
   This program is free software: you can redistribute it and/or modify
131
131
 
132
132
 
133
133
/* Uninstall the handlers.  */
134
 
static inline void
 
134
static void
135
135
uninstall_handlers (void)
136
136
{
137
137
  size_t i;
176
176
 
177
177
 
178
178
/* Install the handlers.  */
179
 
static inline void
 
179
static void
180
180
install_handlers (void)
181
181
{
182
182
  size_t i;