mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 02:40:08 +00:00
Update.
1998-09-08 Ulrich Drepper <drepper@cygnus.com> * sysdeps/generic/setrlimit64.c: Remove stub warning.
This commit is contained in:
parent
3121cc0437
commit
8ea4a95a5a
@ -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>
|
||||
|
||||
* db2/common/db_apprec.c (__db_apprec): Add braces to make gcc
|
||||
|
@ -858,16 +858,16 @@ hol_append (struct hol *hol, struct hol *more)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
*so = '\0';
|
||||
|
||||
free (hol->entries);
|
||||
free (hol->short_options);
|
||||
|
||||
hol->entries = entries;
|
||||
hol->num_entries = num_entries;
|
||||
hol->short_options = short_options;
|
||||
}
|
||||
|
||||
*so = '\0';
|
||||
|
||||
free (hol->entries);
|
||||
free (hol->short_options);
|
||||
|
||||
hol->entries = entries;
|
||||
hol->num_entries = num_entries;
|
||||
hol->short_options = short_options;
|
||||
}
|
||||
|
||||
hol_free (more);
|
||||
|
@ -41,5 +41,3 @@ setrlimit64 (resource, rlimits)
|
||||
|
||||
return setrlimit (resource, &rlimits32);
|
||||
}
|
||||
|
||||
stub_warning (setrlimit64)
|
||||
|
Loading…
Reference in New Issue
Block a user