aboutsummaryrefslogtreecommitdiffstats
path: root/include/sys/signal.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-21 17:03:21 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-21 17:03:21 +0100
commit0cd6164ca55d6b6849032a6697b69451aab6a7a6 (patch)
tree22cc4e1309ebcb0f89f89279ae36281825afd156 /include/sys/signal.h
parentadd getenv (diff)
downloadslibc-0cd6164ca55d6b6849032a6697b69451aab6a7a6.tar.gz
slibc-0cd6164ca55d6b6849032a6697b69451aab6a7a6.tar.bz2
slibc-0cd6164ca55d6b6849032a6697b69451aab6a7a6.tar.xz
typo + redirected .h files
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to '')
-rw-r--r--include/sys/signal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sys/signal.h b/include/sys/signal.h
index 7af5279..1f55894 100644
--- a/include/sys/signal.h
+++ b/include/sys/signal.h
@@ -15,6 +15,6 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-# warning "Redirection incorrect #include of <sys/signal.h> to <signal.h>"
+# warning "Redirecting incorrect #include of <sys/signal.h> to <signal.h>"
#include <signal.h>