summaryrefslogtreecommitdiff
path: root/resource/setrlimit.c
diff options
context:
space:
mode:
Diffstat (limited to 'resource/setrlimit.c')
-rw-r--r--resource/setrlimit.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/resource/setrlimit.c b/resource/setrlimit.c
index a6ddcc4d61..5841302dda 100644
--- a/resource/setrlimit.c
+++ b/resource/setrlimit.c
@@ -1,5 +1,5 @@
/* Set process resource limits. Stub version.
- Copyright (C) 1991-2016 Free Software Foundation, Inc.
+ Copyright (C) 1991-2018 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
@@ -29,6 +29,7 @@ __setrlimit (enum __rlimit_resource resource, const struct rlimit *rlimits)
__set_errno (ENOSYS);
return -1;
}
+libc_hidden_def (__setrlimit)
weak_alias (__setrlimit, setrlimit)
stub_warning (setrlimit)