diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-07-23 18:14:55 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-07-23 18:14:55 +0000 |
commit | 4b9afc43727251609f28ba2140f4d8527e8d0d17 (patch) | |
tree | 167880b85aea06990b422010c13a2448528f539f /linuxthreads/sysdeps/alpha | |
parent | 30566afbfc1dc2f3ab79ba2497059c6874da75c4 (diff) | |
download | glibc-4b9afc43727251609f28ba2140f4d8527e8d0d17.tar.gz glibc-4b9afc43727251609f28ba2140f4d8527e8d0d17.tar.xz glibc-4b9afc43727251609f28ba2140f4d8527e8d0d17.zip |
Update.
2001-07-23 Jakub Jelinek <jakub@redhat.com> * sunrpc/svc_tcp.c (svctcp_rendezvous_abort): New. (svctcp_rendezvous_op): Use it. * sunrpc/svc_unix.c (svcunix_rendezvous_abort): New. (svcunix_rendezvous_op): Use it. 2001-07-23 Andreas Schwab <schwab@suse.de> * math/Makefile (CPPFLAGS-test-ifloat.c, CPPFLAGS-test-idouble.c, CPPFLAGS-test-ildoubl.c): Renamed from CFLAGS-*. (math-CPPFLAGS): Set this instead of CPPFLAGS.
Diffstat (limited to 'linuxthreads/sysdeps/alpha')
-rw-r--r-- | linuxthreads/sysdeps/alpha/pt-machine.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/alpha/pt-machine.h b/linuxthreads/sysdeps/alpha/pt-machine.h index 99c9bb6b28..fc2b83fbf6 100644 --- a/linuxthreads/sysdeps/alpha/pt-machine.h +++ b/linuxthreads/sysdeps/alpha/pt-machine.h @@ -108,3 +108,9 @@ __compare_and_swap (long int *p, long int oldval, long int newval) return ret; } + +/* We want the OS to assign stack addresses. */ +#define FLOATING_STACKS 1 + +/* Maximum size of the stack if the rlimit is unlimited. */ +#define ARCH_STACK_MAX_SIZE 32*1024*1024 |