]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - sysdeps/unix/sysv/linux/mq_unlink.c
2.5-18.1
[thirdparty/glibc.git] / sysdeps / unix / sysv / linux / mq_unlink.c
index 8d87ffadf46acacb3e07e98cc8805a5ec3cbd41a..bef39a4ae23fb9d2d4160c56766315d912a439a4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2004 Free Software Foundation, Inc.
+/* Copyright (C) 2004, 2005 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
@@ -50,5 +50,5 @@ mq_unlink (const char *name)
 }
 
 #else
-# include <sysdeps/generic/mq_unlink.c>
+# include <rt/mq_unlink.c>
 #endif