about summary refs log tree commit diff
path: root/sysdeps/generic/vlimit.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/vlimit.c')
-rw-r--r--sysdeps/generic/vlimit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/generic/vlimit.c b/sysdeps/generic/vlimit.c
index 68addbce7a..47871bc6c4 100644
--- a/sysdeps/generic/vlimit.c
+++ b/sysdeps/generic/vlimit.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1996, 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1991, 1996, 1997, 1998, 2000 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
@@ -43,7 +43,7 @@ vlimit (resource, value)
 	return -1;
 
       lims.rlim_cur = value;
-      return setrlimit (rlimit_res, &lims);
+      return __setrlimit (rlimit_res, &lims);
     }
 
   __set_errno (EINVAL);