]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - debug/pcprofile.c
Prefer https to http for gnu.org and fsf.org URLs
[thirdparty/glibc.git] / debug / pcprofile.c
index 42baa33a00e1a295ed824998ed67ffa26285ef18..bb44d85c5d8fb7cc18023b58d40d7466923b7fa8 100644 (file)
@@ -1,5 +1,5 @@
 /* Profile PC and write result to FIFO.
-   Copyright (C) 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1999-2019 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
    Contributed by Ulrich Drepper <drepper@cygnus.com>, 1999.
 
 
    You should have received a copy of the GNU Lesser General Public
    License along with the GNU C Library; if not, see
-   <http://www.gnu.org/licenses/>.  */
+   <https://www.gnu.org/licenses/>.  */
 
 #include <errno.h>
 #include <fcntl.h>
 #include <stdint.h>
 #include <stdlib.h>
 #include <unistd.h>
-#include <libc-internal.h>
 
 /* Nonzero if we are actually doing something.  */
 static int active;