public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/18234] New: st_atim, st_mtim, st_ctim stat struct members are missing on aarch64
@ 2015-04-10 10:14 nszabolcs at gmail dot com
  2015-04-20  8:59 ` [Bug libc/18234] " fweimer at redhat dot com
  0 siblings, 1 reply; 2+ messages in thread
From: nszabolcs at gmail dot com @ 2015-04-10 10:14 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=18234

            Bug ID: 18234
           Summary: st_atim, st_mtim, st_ctim stat struct members are
                    missing on aarch64
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: nszabolcs at gmail dot com
                CC: drepper.fsp at gmail dot com

the generic definition of struct stat on linux seems to miss members required
by the standard (sysdeps/unix/sysv/linux/generic/bits/stat.h)

http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/sys_stat.h.html

the following code fails on aarch64 linux:

define _POSIX_C_SOURCE 200809L
#include <sys/stat.h>
void f()
{
struct stat x;
struct timespec *p = &x.st_atim; // error: 'struct stat' has no member named
'st_atim'
struct timespec *q = &x.st_mtim;
struct timespec *r = &x.st_ctim;
}

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug libc/18234] st_atim, st_mtim, st_ctim stat struct members are missing on aarch64
  2015-04-10 10:14 [Bug libc/18234] New: st_atim, st_mtim, st_ctim stat struct members are missing on aarch64 nszabolcs at gmail dot com
@ 2015-04-20  8:59 ` fweimer at redhat dot com
  0 siblings, 0 replies; 2+ messages in thread
From: fweimer at redhat dot com @ 2015-04-20  8:59 UTC (permalink / raw)
  To: glibc-bugs

https://sourceware.org/bugzilla/show_bug.cgi?id=18234

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |fweimer at redhat dot com
              Flags|                            |security-

-- 
You are receiving this mail because:
You are on the CC list for the bug.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-04-20  8:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-10 10:14 [Bug libc/18234] New: st_atim, st_mtim, st_ctim stat struct members are missing on aarch64 nszabolcs at gmail dot com
2015-04-20  8:59 ` [Bug libc/18234] " fweimer at redhat dot com

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).