1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

* sysdeps/hppa/fpu/fesetround.c (fesetround): Use ~FE_DOWNWARD so both

bits of RM are cleared.
This commit is contained in:
Roland McGrath
2002-12-03 02:50:58 +00:00
parent 2d14868942
commit fa9a4ff0ba
12 changed files with 67 additions and 15 deletions

View File

@ -70,6 +70,7 @@ static LIST_HEAD (stack_used);
/* List of the threads with user provided stacks in use. */
LIST_HEAD (__stack_user);
hidden_def (__stack_user)
/* Number of threads running. */
static unsigned int nptl_nthreads = 1;