]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - resource/getrlimit.c
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / resource / getrlimit.c
index 2ba589c9d4d08fd7dfb578cabbe0063872829e2c..4d3e058f55747bbd2ae4f3e745d6e01ad959f6c7 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1995, 1996, 1997 Free Software Foundation, Inc.
+/* Copyright (C) 1991-2016 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,7 +27,7 @@ __getrlimit (enum __rlimit_resource resource, struct rlimit *rlimits)
   __set_errno (ENOSYS);
   return -1;
 }
+libc_hidden_def (__getrlimit)
 weak_alias (__getrlimit, getrlimit)
 
 stub_warning (getrlimit)
-#include <stub-tag.h>