aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/powerpc/bits/utmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/bits/utmp.h')
-rw-r--r--sysdeps/unix/sysv/linux/powerpc/bits/utmp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/bits/utmp.h b/sysdeps/unix/sysv/linux/powerpc/bits/utmp.h
index 13b8fdc237..b9eadf660e 100644
--- a/sysdeps/unix/sysv/linux/powerpc/bits/utmp.h
+++ b/sysdeps/unix/sysv/linux/powerpc/bits/utmp.h
@@ -38,7 +38,7 @@
struct lastlog
{
#if __WORDSIZE == 64 && defined __WORDSIZE_COMPAT32
- int32_t_t ll_time;
+ int32_t ll_time;
#else
__time_t ll_time;
#endif