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/15544] New: move idtype_t definition into sysdeps (bits) directory


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.


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