summaryrefslogtreecommitdiff
path: root/rt/mq_notify.c
diff options
context:
space:
mode:
Diffstat (limited to 'rt/mq_notify.c')
-rw-r--r--rt/mq_notify.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/rt/mq_notify.c b/rt/mq_notify.c
index 7b89a65434..acfc22013d 100644
--- a/rt/mq_notify.c
+++ b/rt/mq_notify.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -27,4 +27,3 @@ mq_notify (mqd_t mqdes, const struct sigevent *notification)
return -1;
}
stub_warning (mq_notify)
-#include <stub-tag.h>