]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
feat(ulibc): add missing fdopen() and fileno() to stdio
authorTulio A M Mendes <[email protected]>
Fri, 3 Apr 2026 19:53:14 +0000 (16:53 -0300)
committerTulio A M Mendes <[email protected]>
Fri, 3 Apr 2026 19:53:14 +0000 (16:53 -0300)
commitd434ac978ca3605e7cca310e555aef92e46e020c
tree4c9450136cdc57ef19f123b3d5df5ec968371873
parent3c7f1480fede1343d98cb4cdb27ba4a94052b466
feat(ulibc): add missing fdopen() and fileno() to stdio

Add POSIX fdopen() and fileno() implementations required by
popen/pclose and other stdio operations:
- fdopen(): wraps an existing file descriptor into a FILE*
- fileno(): returns the file descriptor from a FILE*
user/ulibc/src/stdio.c