1998-09-08  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/generic/setrlimit64.c: Remove stub warning.
This commit is contained in:
Ulrich Drepper 1998-09-08 12:45:13 +00:00
parent 3121cc0437
commit 8ea4a95a5a
3 changed files with 13 additions and 11 deletions

View File

@ -1,3 +1,7 @@
1998-09-08 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/generic/setrlimit64.c: Remove stub warning.
1998-09-07 Ulrich Drepper <drepper@cygnus.com> 1998-09-07 Ulrich Drepper <drepper@cygnus.com>
* db2/common/db_apprec.c (__db_apprec): Add braces to make gcc * db2/common/db_apprec.c (__db_apprec): Add braces to make gcc

View File

@ -858,7 +858,6 @@ hol_append (struct hol *hol, struct hol *more)
} }
} }
} }
}
*so = '\0'; *so = '\0';
@ -869,6 +868,7 @@ hol_append (struct hol *hol, struct hol *more)
hol->num_entries = num_entries; hol->num_entries = num_entries;
hol->short_options = short_options; hol->short_options = short_options;
} }
}
hol_free (more); hol_free (more);
} }

View File

@ -41,5 +41,3 @@ setrlimit64 (resource, rlimits)
return setrlimit (resource, &rlimits32); return setrlimit (resource, &rlimits32);
} }
stub_warning (setrlimit64)