git-waitid
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sun, 28 Jan 2024 22:58:14 +0000 (23:58 +0100)
committerAurelien Jarno <aurel32@debian.org>
Sun, 28 Jan 2024 22:58:14 +0000 (23:58 +0100)
commit53ca1102f2e3f748e04322003d69d1458d470d3e
tree883ddbe8e91df88468df69fddc14529ed6902ff8
parent6c3c2f3c999fcabdff38d953a78ff197d9e1e40c
git-waitid

Committed for 2.33

commit f6abd970284a06380cd9d905f43da104bd49fc95 (HEAD -> master, jolly/master)
Author: Samuel Thibault <samuel.thibault@ens-lyon.org>
Date:   Mon Dec 28 23:37:04 2020 +0100

    hurd: Add WSTOPPED/WCONTINUED/WEXITED/WNOWAIT support [BZ #23091]

    The new __proc_waitid RPC now expects WEXITED to be passed, allowing to
    properly implement waitid, and thus define the missing W* macros
    (according to FreeBSD values).

Gbp-Pq: Topic hurd-i386
Gbp-Pq: Name git-waitid.diff
bits/waitflags.h
conform/data/sys/wait.h-data
sysdeps/mach/hurd/waitid.c [new file with mode: 0644]