public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/schwab/ilp32-2.32] aarch64: Fix bits/utmpx.h for GCC 8
@ 2020-08-05 19:55 Andreas Schwab
  0 siblings, 0 replies; only message in thread
From: Andreas Schwab @ 2020-08-05 19:55 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=59112543591a5b080cb1147b71f1aed7610de916

commit 59112543591a5b080cb1147b71f1aed7610de916
Author: Andreas Schwab <schwab@suse.de>
Date:   Sun Feb 23 20:46:56 2020 +0100

    aarch64: Fix bits/utmpx.h for GCC 8

Diff:
---
 sysdeps/unix/sysv/linux/aarch64/bits/utmpx.h | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/sysdeps/unix/sysv/linux/aarch64/bits/utmpx.h b/sysdeps/unix/sysv/linux/aarch64/bits/utmpx.h
index bffd45cb3e..4e0d71cf38 100644
--- a/sysdeps/unix/sysv/linux/aarch64/bits/utmpx.h
+++ b/sysdeps/unix/sysv/linux/aarch64/bits/utmpx.h
@@ -58,10 +58,14 @@ struct utmpx
 {
   short int ut_type;		/* Type of login.  */
   __pid_t ut_pid;		/* Process ID of login process.  */
-  char ut_line[__UT_LINESIZE];	/* Devicename.  */
-  char ut_id[4];		/* Inittab ID. */
-  char ut_user[__UT_NAMESIZE];	/* Username.  */
-  char ut_host[__UT_HOSTSIZE];	/* Hostname for remote login.  */
+  char ut_line[__UT_LINESIZE]
+     __attribute_nonstring__;	/* Devicename.  */
+  char ut_id[4]
+     __attribute_nonstring__;	/* Inittab ID. */
+  char ut_user[__UT_NAMESIZE]
+     __attribute_nonstring__;	/* Username.  */
+  char ut_host[__UT_HOSTSIZE]
+     __attribute_nonstring__;	/* Hostname for remote login.  */
   struct __exit_status ut_exit;	/* Exit status of a process marked
 				   as DEAD_PROCESS.  */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-08-05 19:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-05 19:55 [glibc/schwab/ilp32-2.32] aarch64: Fix bits/utmpx.h for GCC 8 Andreas Schwab

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).