PATCH: remove bogus __unbounded from prototype decl.
Greg McGary
greg@mcgary.org
Wed Apr 18 14:39:00 GMT 2001
This fixes a BP build failure. OK to commit?
2001-04-18 Greg McGary <greg@mcgary.org>
* sysdeps/unix/sysv/linux/i386/getrlimit.c (__new_getrlimit):
Remove __unbounded qualifier from prototype decl.
Index: sysdeps/unix/sysv/linux/i386/getrlimit.c
===================================================================
RCS file: /cvs/glibc/libc/sysdeps/unix/sysv/linux/i386/getrlimit.c,v
retrieving revision 1.10
diff -u -p -r1.10 getrlimit.c
--- getrlimit.c 2000/12/28 14:21:49 1.10
+++ getrlimit.c 2001/04/18 21:36:31
@@ -1,4 +1,4 @@
-/* Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1999, 2000, 2001 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
@@ -32,7 +32,7 @@ extern int __syscall_getrlimit (unsigned
struct rlimit *__unbounded rlimits);
extern int __new_getrlimit (enum __rlimit_resource resource,
- struct rlimit *__unbounded rlimits);
+ struct rlimit *rlimits);
/* Linux 2.3.25 introduced a new system call since the types used for
More information about the Libc-hacker
mailing list