This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: Please don't :/ [PATCH] login: Remove the pt_chown program
Florian Weimer, le lun. 14 janv. 2019 11:01:39 +0100, a ecrit:
> * Samuel Thibault:
>
> > Err, the GNU/Hurd port still needs the pt_chown helper (yes we haven't
> > implemented unix98 pts yet).
>
> Are you sure about the need for pt_chown? It's specifically for Unix98
> PTYs. The references in glibc are under sysdeps/unix, which is not
> implied by GNU/Hurd. grantpt on GNU/Hurd should return ENOSYS.
https://buildd.debian.org/status/fetch.php?pkg=glibc&arch=hurd-i386&ver=2.28-5&stamp=1547344226&raw=0
i686-gnu-gcc-8 -no-pie -fno-PIE ../sysdeps/unix/grantpt.c -c -std=gnu11 -fgnu89-inline -O2 -Wall -Wundef -Wwrite-strings [...]
seems to be saying that sysdeps/unix is somehow implied by GNU/Hurd :)
Samuel