]> sourceware.org Git - glibc.git/commitdiff
* alloca_cutoff.c: Include internals.h. * sysdeps/pthread/errno-loc.c: Include linuxt...
authorAlexandre Oliva <aoliva@redhat.com>
Tue, 1 Apr 2003 00:52:40 +0000 (00:52 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Tue, 1 Apr 2003 00:52:40 +0000 (00:52 +0000)
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.

linuxthreads/ChangeLog
linuxthreads/alloca_cutoff.c
linuxthreads/sysdeps/pthread/errno-loc.c
linuxthreads/sysdeps/pthread/herrno-loc.c
linuxthreads/sysdeps/pthread/res-state.c

index d56d9066d718eae6ffac96dbe04705ff565c2c6b..dbdb0d4e8b56759b7167d24070fcac288231b1ff 100644 (file)
@@ -1,3 +1,10 @@
+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.
index ac5ec3a194bd5805a3799e626a0aa00261ab8243..ca064b3bb6bee52473d06775aca439d07c137b45 100644 (file)
@@ -1,5 +1,5 @@
 /* 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
@@ -20,6 +20,7 @@
 #include <alloca.h>
 #include <stdlib.h>
 #include <sys/param.h>
+#include "internals.h"
 #include <sysdep-cancel.h>
 
 int
index 86dca2829ed349b842d8ac68199fb7a4175e30a8..d3e49b7211a3afdd204b3859c1a41ede00a613e3 100644 (file)
@@ -1,6 +1,6 @@
 /* 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
@@ -20,6 +20,7 @@
 
 #include <errno.h>
 #include <tls.h>
+#include <linuxthreads/internals.h>
 #include <sysdep-cancel.h>
 
 #if ! USE___THREAD
index 24712c706d78455c92106eb4b0082ce66733d761..fbc5576166c3b02c8c58477869cb11a4e74e0601 100644 (file)
@@ -1,4 +1,4 @@
-/* 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
@@ -18,6 +18,7 @@
 
 #include <netdb.h>
 #include <tls.h>
+#include <linuxthreads/internals.h>
 #include <sysdep-cancel.h>
 
 #if ! USE___THREAD
index afa48b89ff1da2d5b01ae10b956ffa3f08e67a16..823101819d1c6e507c4d3d3eee429d681b1b4648 100644 (file)
@@ -1,4 +1,4 @@
-/* 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
@@ -18,6 +18,7 @@
 
 #include <resolv.h>
 #include <tls.h>
+#include <linuxthreads/internals.h>
 #include <sysdep-cancel.h>
 
 #if ! USE___THREAD
This page took 0.158194 seconds and 5 git commands to generate.