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

Can pid_t be a long?


Are there any interfaces which would conflict with a pid_t type which is
a long?  I found just one place:

signalfd_siginfo.ssi_pid is an uint32_t.

Are there any others?

To be clear, I'm not wanting to change pid_t for an existing
architecture, I want to discover if there are constraints on future
definitions of pid_t.

Florian


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