summaryrefslogtreecommitdiff
path: root/rt/mq_open.c
diff options
context:
space:
mode:
Diffstat (limited to 'rt/mq_open.c')
-rw-r--r--rt/mq_open.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/rt/mq_open.c b/rt/mq_open.c
index d7986fbc0b..0b55398504 100644
--- a/rt/mq_open.c
+++ b/rt/mq_open.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004, 2007 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
@@ -44,4 +44,3 @@ __mq_open_2 (const char *name, int oflag)
return __mq_open (name, oflag);
}
stub_warning (__mq_open_2)
-#include <stub-tag.h>