]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - debug/pcprofile.c
Remove __get_clockfreq
[thirdparty/glibc.git] / debug / pcprofile.c
index a81eb1a94a911a7b293250c7b26d3a6cf9e444c2..04a66e7b4650170b65973d0af69c0e4b61ef8a6c 100644 (file)
@@ -1,5 +1,5 @@
 /* Profile PC and write result to FIFO.
-   Copyright (C) 1999-2015 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.
 
@@ -22,7 +22,6 @@
 #include <stdint.h>
 #include <stdlib.h>
 #include <unistd.h>
-#include <libc-internal.h>
 
 /* Nonzero if we are actually doing something.  */
 static int active;