public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/11494] bad FFSYNC definition for sparc (and hppa)
  2010-04-13 13:28 [Bug libc/11494] New: bad FFSYNC definition for sparc (and hppa) schizo at debian dot org
@ 2010-04-13 13:28 ` schizo at debian dot org
  2010-04-13 13:29 ` schizo at debian dot org
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: schizo at debian dot org @ 2010-04-13 13:28 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From schizo at debian dot org  2010-04-13 13:28 -------
Created an attachment (id=4721)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4721&action=view)
sparc proposed fix

Use O_SYNC instead of O_FSYNC

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11494

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/11494] New: bad FFSYNC definition for sparc (and hppa)
@ 2010-04-13 13:28 schizo at debian dot org
  2010-04-13 13:28 ` [Bug libc/11494] " schizo at debian dot org
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: schizo at debian dot org @ 2010-04-13 13:28 UTC (permalink / raw)
  To: glibc-bugs

sysdeps/unix/sysv/linux/sparc/bits/fcntl.h and ports/sysdeps/unix/sysv/linux/hppa/bits/fcntl.h contain 
the line

# define FFSYNC                O_FSYNC

O_FSYNC is not defined on either architecture, though O_SYNC is.

-- 
           Summary: bad FFSYNC definition for sparc (and hppa)
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: schizo at debian dot org
                CC: debian-glibc at lists dot debian dot org,glibc-bugs at
                    sources dot redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=11494

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/11494] bad FFSYNC definition for sparc (and hppa)
  2010-04-13 13:28 [Bug libc/11494] New: bad FFSYNC definition for sparc (and hppa) schizo at debian dot org
  2010-04-13 13:28 ` [Bug libc/11494] " schizo at debian dot org
@ 2010-04-13 13:29 ` schizo at debian dot org
  2010-04-13 13:31 ` schizo at debian dot org
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: schizo at debian dot org @ 2010-04-13 13:29 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From schizo at debian dot org  2010-04-13 13:29 -------
Created an attachment (id=4722)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4722&action=view)
hppa proposed fix

Use O_SYNC instead of O_FSYNC.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11494

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/11494] bad FFSYNC definition for sparc (and hppa)
  2010-04-13 13:28 [Bug libc/11494] New: bad FFSYNC definition for sparc (and hppa) schizo at debian dot org
                   ` (2 preceding siblings ...)
  2010-04-13 13:31 ` schizo at debian dot org
@ 2010-04-13 13:31 ` schizo at debian dot org
  2010-04-13 13:32 ` schizo at debian dot org
  2010-04-13 13:39 ` [Bug ports/11494] " drepper at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: schizo at debian dot org @ 2010-04-13 13:31 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From schizo at debian dot org  2010-04-13 13:31 -------
Created an attachment (id=4724)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4724&action=view)
sparc proposed fix

Use O_SYNC instead of O_FSYNC

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11494

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/11494] bad FFSYNC definition for sparc (and hppa)
  2010-04-13 13:28 [Bug libc/11494] New: bad FFSYNC definition for sparc (and hppa) schizo at debian dot org
  2010-04-13 13:28 ` [Bug libc/11494] " schizo at debian dot org
  2010-04-13 13:29 ` schizo at debian dot org
@ 2010-04-13 13:31 ` schizo at debian dot org
  2010-04-13 13:31 ` schizo at debian dot org
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: schizo at debian dot org @ 2010-04-13 13:31 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From schizo at debian dot org  2010-04-13 13:31 -------
Created an attachment (id=4723)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=4723&action=view)
hppa proposed fix

Use O_SYNC instead of O_FSYNC.

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11494

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libc/11494] bad FFSYNC definition for sparc (and hppa)
  2010-04-13 13:28 [Bug libc/11494] New: bad FFSYNC definition for sparc (and hppa) schizo at debian dot org
                   ` (3 preceding siblings ...)
  2010-04-13 13:31 ` schizo at debian dot org
@ 2010-04-13 13:32 ` schizo at debian dot org
  2010-04-13 13:39 ` [Bug ports/11494] " drepper at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: schizo at debian dot org @ 2010-04-13 13:32 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From schizo at debian dot org  2010-04-13 13:32 -------
*** Bug 11495 has been marked as a duplicate of this bug. ***

-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=11494

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug ports/11494] bad FFSYNC definition for sparc (and hppa)
  2010-04-13 13:28 [Bug libc/11494] New: bad FFSYNC definition for sparc (and hppa) schizo at debian dot org
                   ` (4 preceding siblings ...)
  2010-04-13 13:32 ` schizo at debian dot org
@ 2010-04-13 13:39 ` drepper at redhat dot com
  5 siblings, 0 replies; 7+ messages in thread
From: drepper at redhat dot com @ 2010-04-13 13:39 UTC (permalink / raw)
  To: glibc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|drepper at redhat dot com   |roland at gnu dot org
          Component|libc                        |ports


http://sourceware.org/bugzilla/show_bug.cgi?id=11494

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2010-04-13 13:39 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-04-13 13:28 [Bug libc/11494] New: bad FFSYNC definition for sparc (and hppa) schizo at debian dot org
2010-04-13 13:28 ` [Bug libc/11494] " schizo at debian dot org
2010-04-13 13:29 ` schizo at debian dot org
2010-04-13 13:31 ` schizo at debian dot org
2010-04-13 13:31 ` schizo at debian dot org
2010-04-13 13:32 ` schizo at debian dot org
2010-04-13 13:39 ` [Bug ports/11494] " drepper 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).