diff options
Diffstat (limited to 'resource/ulimit.h')
-rw-r--r-- | resource/ulimit.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/resource/ulimit.h b/resource/ulimit.h index 651e9f4e25..19bffccaac 100644 --- a/resource/ulimit.h +++ b/resource/ulimit.h @@ -1,4 +1,4 @@ -/* Copyright (C) 1997 Free Software Foundation, Inc. +/* Copyright (C) 1997, 1998 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 @@ -41,7 +41,6 @@ enum __BEGIN_DECLS /* Control process limits according to CMD. */ -extern long int __ulimit __P ((int __cmd, ...)); extern long int ulimit __P ((int __cmd, ...)); __END_DECLS |