Re: r1103 - trunk/glibc-2.3-head/sysdeps/kfreebsd/bits
Unless someone objects (to this and the previous commit), I'd like to request
the procps maintainer to drop the part of the patch that worked around the
missing macros.
(I mean the debian procps maintainer, the upstream one refused to apply)
On Wed, Jan 25, 2006 at 06:20:38PM +0000, Robert Millan wrote:
> Author: rmh
> Date: 2006-01-25 18:20:37 +0000 (Wed, 25 Jan 2006)
> New Revision: 1103
>
> Modified:
> trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/signum.h
> Log:
> bits/signum.h: #define SIGPOLL SIGIO, as per glibc manual.
>
> Modified: trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/signum.h
> ===================================================================
> --- trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/signum.h 2006-01-25 18:14:25 UTC (rev 1102)
> +++ trunk/glibc-2.3-head/sysdeps/kfreebsd/bits/signum.h 2006-01-25 18:20:37 UTC (rev 1103)
> @@ -54,6 +54,7 @@
> #define SIGTTIN 21 /* Background read from tty (POSIX). */
> #define SIGTTOU 22 /* Background write to tty (POSIX). */
> #define SIGIO 23 /* I/O now possible (4.2 BSD). */
> +#define SIGPOLL SIGIO /* Pollable event occurred (System V). */
> #define SIGXCPU 24 /* CPU limit exceeded (4.2 BSD). */
> #define SIGXFSZ 25 /* File size limit exceeded (4.2 BSD). */
> #define SIGVTALRM 26 /* Virtual alarm clock (4.2 BSD). */
--
Robert Millan
Reply to: