sunfishcode / c-ward

An implementation of libc written in Rust
Other
187 stars 11 forks source link

Fchownat, ptsname and fstatfs #115

Closed KGrewal1 closed 7 months ago

KGrewal1 commented 7 months ago

Adds implementations of -fchownat #113 -ptsname #112 -ptsname_r -fstatfs -fstatfs64

The static buffer for ptsname is 30 chars as in GLibC (https://codebrowser.dev/glibc/glibc/sysdeps/unix/sysv/linux/ptsname.c.html), as is the behaviour of returning a null pointer on error