diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-08-06 23:01:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-08-06 23:01:00 +0000 |
commit | 7aa6d2082273c05f52f18135f7ab66186f76dc44 (patch) | |
tree | be89fd4a23fee9acd9601b4f5f924b62b42a0896 /malloc | |
parent | f341c297f662242a605858439a415daefd5fc76a (diff) | |
download | glibc-7aa6d2082273c05f52f18135f7ab66186f76dc44.tar glibc-7aa6d2082273c05f52f18135f7ab66186f76dc44.tar.gz glibc-7aa6d2082273c05f52f18135f7ab66186f76dc44.tar.bz2 glibc-7aa6d2082273c05f52f18135f7ab66186f76dc44.zip |
Update.
1999-08-06 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/unix/sysv/linux/bits/socket.h: Fix typo (MSG_TRUNC ->
MSG_DONTWAIT).
Diffstat (limited to 'malloc')
-rw-r--r-- | malloc/malloc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/malloc/malloc.c b/malloc/malloc.c index a45480c59f..eba2a60915 100644 --- a/malloc/malloc.c +++ b/malloc/malloc.c @@ -1672,7 +1672,6 @@ ptmalloc_init __MALLOC_P((void)) tsd_key_create(&arena_key, NULL); tsd_setspecific(arena_key, (Void_t *)&main_arena); thread_atfork(ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_init_all); -#else /* !defined NO_THREADS */ #endif /* !defined NO_THREADS */ #if defined _LIBC || defined MALLOC_HOOKS if((s = getenv("MALLOC_TRIM_THRESHOLD_"))) |