This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] PowerPC - Add a function to read the Time Base frequency


On Mon, Oct 8, 2012 at 5:15 AM, Andreas Schwab <schwab@linux-m68k.org> wrote:
> ../sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c:21:1: error: unknown type name âuint64_tâ
>
> Fixed like this.
>
> Andreas.
>
>         * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
>         <stdint.h>.
>
> diff --git a/sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c b/sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c
> index f62ed86..5559dd5 100644
> --- a/sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c
> +++ b/sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c
> @@ -16,6 +16,7 @@
>     License along with the GNU C Library; if not, see
>     <http://www.gnu.org/licenses/>.  */
>
> +#include <stdint.h>

Thanks Andreas.

Ryan


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]