1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +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

@ -21,13 +21,13 @@
#include "pthreadP.h"
/* Internal mutex for __pthread_kyes table handling. */
/* Internal mutex for __pthread_keys table handling. */
lll_lock_t __pthread_keys_lock = LLL_LOCK_INITIALIZER;
/* For debugging purposes put the maximum number of keys in a variable. */
const int __linuxthreads_pthread_keys_max = PTHREAD_KEYS_MAX;
const int __linuxthreads_pthread_key_2ndlevel_size = PTHREAD_KEY_2NDLEVEL_SIZE;
const int __pthread_pthread_keys_max = PTHREAD_KEYS_MAX;
const int __pthread_pthread_key_2ndlevel_size = PTHREAD_KEY_2NDLEVEL_SIZE;
int