This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.
Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
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
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |