This is the mail archive of the glibc-bugs@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]

[Bug libc/16648] New: [microblaze] __ASSUME_ATFCTS incorrect (futimesat)


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

            Bug ID: 16648
           Summary: [microblaze] __ASSUME_ATFCTS incorrect (futimesat)
           Product: glibc
           Version: 2.19
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org
                CC: drepper.fsp at gmail dot com
              Host: microblaze*-*-linux*

kernel-features.h defines __ASSUME_ATFCTS by default for Linux kernels 2.6.17
and above on most architectures, but MicroBlaze didn't get the futimesat
syscall wired up until 2.6.33.  (Rather than undefining __ASSUME_ATFCTS, it
would be better to use the linux-generic version of futimesat.c on older
kernels, since utimensat was supported earlier.)

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


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