]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - rt/timer_create.c
powerpc: Fix build of wcscpy with --disable-multi-arch
[thirdparty/glibc.git] / rt / timer_create.c
index d595d6e3f6e6993c7750d23e49ab44677f071ade..0955abd3ac91c1cfc92c8f6791ce9acd055b7ae5 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999 Free Software Foundation, Inc.
+/* Copyright (C) 1999-2019 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
@@ -26,4 +26,3 @@ timer_create (clockid_t clock_id, struct sigevent *evp, timer_t *timerid)
   return -1;
 }
 stub_warning (timer_create)
-#include <stub-tag.h>