public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libc/15544] New: move idtype_t definition into sysdeps (bits) directory
@ 2013-05-28 16:46 Petr.Salinger at seznam dot cz
  2013-05-28 19:44 ` [Bug libc/15544] " Petr.Salinger at seznam dot cz
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Petr.Salinger at seznam dot cz @ 2013-05-28 16:46 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 15544
           Summary: move idtype_t definition into sysdeps (bits) directory
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: Petr.Salinger at seznam dot cz
                CC: drepper.fsp at gmail dot com

Currently the installed <sys/wait.h> contains

typedef enum
{
  P_ALL,                /* Wait for any child.  */
  P_PID,                /* Wait for specified process.  */
  P_PGID                /* Wait for members of process group.  */
} idtype_t;

It cannot be overriden. Please move this into separate bits header,
either a new one or into bits/waitflags.h.

The FreeBSD kernel follows Solaris enumeration, which is a different one.
See http://svnweb.freebsd.org/base/head/sys/sys/wait.h

Thanks for considering.

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


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

* [Bug libc/15544] move idtype_t definition into sysdeps (bits) directory
  2013-05-28 16:46 [Bug libc/15544] New: move idtype_t definition into sysdeps (bits) directory Petr.Salinger at seznam dot cz
@ 2013-05-28 19:44 ` Petr.Salinger at seznam dot cz
  2013-12-20  3:32 ` adconrad at 0c3 dot net
  2014-06-13 17:35 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: Petr.Salinger at seznam dot cz @ 2013-05-28 19:44 UTC (permalink / raw)
  To: glibc-bugs

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

--- Comment #1 from Petr.Salinger at seznam dot cz ---
Created attachment 7048
  --> http://sourceware.org/bugzilla/attachment.cgi?id=7048&action=edit
move idtype_t into <bits/waitflags.h>

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


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

* [Bug libc/15544] move idtype_t definition into sysdeps (bits) directory
  2013-05-28 16:46 [Bug libc/15544] New: move idtype_t definition into sysdeps (bits) directory Petr.Salinger at seznam dot cz
  2013-05-28 19:44 ` [Bug libc/15544] " Petr.Salinger at seznam dot cz
@ 2013-12-20  3:32 ` adconrad at 0c3 dot net
  2014-06-13 17:35 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: adconrad at 0c3 dot net @ 2013-12-20  3:32 UTC (permalink / raw)
  To: glibc-bugs

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

Adam Conrad <adconrad at 0c3 dot net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |adconrad at 0c3 dot net

--- Comment #2 from Adam Conrad <adconrad at 0c3 dot net> ---
So, worth noting on this that the Linux kernel and glibc have different ideas
about P_ALL, P_GID, and P_PID.  This has gone unnoticed for a long time
probably due to a fluke in header ordering, but this slight change has made
anyone who includes <linux/keyboard.h> explode.  So far, we've seen that with
sdl and kbd.

Not sure who is "right" and "wrong" here, but I'm inclined to say that
linux/wait.h is probably the wrong one.  Either way, it should be sorted on one
side or the other.

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


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

* [Bug libc/15544] move idtype_t definition into sysdeps (bits) directory
  2013-05-28 16:46 [Bug libc/15544] New: move idtype_t definition into sysdeps (bits) directory Petr.Salinger at seznam dot cz
  2013-05-28 19:44 ` [Bug libc/15544] " Petr.Salinger at seznam dot cz
  2013-12-20  3:32 ` adconrad at 0c3 dot net
@ 2014-06-13 17:35 ` fweimer at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: fweimer at redhat dot com @ 2014-06-13 17:35 UTC (permalink / raw)
  To: glibc-bugs

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

Florian Weimer <fweimer at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
              Flags|                            |security-

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


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

end of thread, other threads:[~2014-06-13 17:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-05-28 16:46 [Bug libc/15544] New: move idtype_t definition into sysdeps (bits) directory Petr.Salinger at seznam dot cz
2013-05-28 19:44 ` [Bug libc/15544] " Petr.Salinger at seznam dot cz
2013-12-20  3:32 ` adconrad at 0c3 dot net
2014-06-13 17:35 ` 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).