diff options
Diffstat (limited to 'resource')
-rw-r--r-- | resource/sys/resource.h | 3 | ||||
-rw-r--r-- | resource/ulimit.h | 3 |
2 files changed, 1 insertions, 5 deletions
diff --git a/resource/sys/resource.h b/resource/sys/resource.h index e51a34eb6d..e44193b326 100644 --- a/resource/sys/resource.h +++ b/resource/sys/resource.h @@ -28,8 +28,6 @@ __BEGIN_DECLS /* Put the soft and hard limits for RESOURCE in *RLIMITS. Returns 0 if successful, -1 if not (and sets errno). */ -extern int __getrlimit __P ((enum __rlimit_resource __resource, - struct rlimit *__rlimits)); #ifndef __USE_FILE_OFFSET64 extern int getrlimit __P ((enum __rlimit_resource __resource, struct rlimit *__rlimits)); @@ -69,7 +67,6 @@ extern int setrlimit64 __P ((enum __rlimit_resource __resource, /* Return resource usage information on process indicated by WHO and put it in *USAGE. Returns 0 for success, -1 for failure. */ -extern int __getrusage __P ((enum __rusage_who __who, struct rusage *__usage)); extern int getrusage __P ((enum __rusage_who __who, struct rusage *__usage)); /* Return the highest priority of any process specified by WHICH and WHO 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 |