Re: [PATCH 0/1] Let's improve/fix ccty handling

2023-04-17 Thread Samuel Thibault
Sergey Bugaev, le sam. 15 avril 2023 19:17:17 +0300, a ecrit: > We should be probably using O_IGNORE_CTTY (which makes it not do that) > in more places where we expect to open a regular file, not a terminal. > But how do we do that, considering O_IGNORE_CTTY is Hurd-specific? We > could, for instan

Re: [PATCH 0/1] Let's improve/fix ccty handling

2023-04-15 Thread Samuel Thibault
Sergey Bugaev, le sam. 15 avril 2023 19:17:17 +0300, a ecrit: > Do I understand it right that this hooks system is libc-internal? -- > or can user programs add their own functions to the hooks? I don't think it was meant to be used by user programs. Samuel