diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-30 21:51:29 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-30 21:51:29 +0000 |
commit | 9a93ac006df5199c4dc03710043d1d77396ff29e (patch) | |
tree | 8c244c606079be26347cec0a310693c3f829e530 /db2/db_int.h | |
parent | 0742e50134bfc3db08895c020a940a62e5036cfb (diff) | |
download | glibc-9a93ac006df5199c4dc03710043d1d77396ff29e.tar.gz glibc-9a93ac006df5199c4dc03710043d1d77396ff29e.tar.xz glibc-9a93ac006df5199c4dc03710043d1d77396ff29e.zip |
Update.
* db2/db_int.h: Change tsl_t type to u_int32_t. * db2/mutex/mutex.c: Allow Alpha mutex definitions. * db2/mutex/alpha.h: New file. * db2/mutex/sparc.gcc: Fix store code for v9. Simplify clear code. * sysdeps/alpha/Makefile [db2]: Set CFLAGS of mutex.c to make spinlocks known. Patches by Richard Henderson.
Diffstat (limited to 'db2/db_int.h')
-rw-r--r-- | db2/db_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/db2/db_int.h b/db2/db_int.h index 4c2e794153..228c7ab4f2 100644 --- a/db2/db_int.h +++ b/db2/db_int.h @@ -138,7 +138,7 @@ typedef struct __fn { /******************************************************* * Mutex support. *******************************************************/ -typedef unsigned char tsl_t; +typedef u_int32_t tsl_t; /* * !!! |