+2003-03-31 Alexandre Oliva <aoliva@redhat.com>
+
+ * alloca_cutoff.c: Include internals.h.
+ * sysdeps/pthread/errno-loc.c: Include linuxthreads/internals.h.
+ * sysdeps/pthread/herrno-loc.c: Likewise.
+ * sysdeps/pthread/res-state.c: Likewise.
+
2003-03-25 Ulrich Drepper <drepper@redhat.com>
* sysdeps/pthread/bits/typesizes.h: New file.
/* Determine whether block of given size can be allocated on the stack or not.
- Copyright (C) 2002 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
#include <alloca.h>
#include <stdlib.h>
#include <sys/param.h>
+#include "internals.h"
#include <sysdep-cancel.h>
int
/* MT support function to get address of `errno' variable, linuxthreads
version.
- Copyright (C) 1996, 1998, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1996, 1998, 2002, 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
#include <errno.h>
#include <tls.h>
+#include <linuxthreads/internals.h>
#include <sysdep-cancel.h>
#if ! USE___THREAD
-/* Copyright (C) 1996, 97, 98, 2002 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 97, 98, 2002, 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
#include <netdb.h>
#include <tls.h>
+#include <linuxthreads/internals.h>
#include <sysdep-cancel.h>
#if ! USE___THREAD
-/* Copyright (C) 1996, 97, 98, 2002 Free Software Foundation, Inc.
+/* Copyright (C) 1996, 97, 98, 2002, 2003 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
#include <resolv.h>
#include <tls.h>
+#include <linuxthreads/internals.h>
#include <sysdep-cancel.h>
#if ! USE___THREAD