mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 10:50:07 +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>
|
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
|
||||||
|
@ -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);
|
||||||
}
|
}
|
||||||
|
@ -41,5 +41,3 @@ setrlimit64 (resource, rlimits)
|
|||||||
|
|
||||||
return setrlimit (resource, &rlimits32);
|
return setrlimit (resource, &rlimits32);
|
||||||
}
|
}
|
||||||
|
|
||||||
stub_warning (setrlimit64)
|
|
||||||
|
Loading…
Reference in New Issue
Block a user