gnu.cfg: added *_FILENO defines (#2972)

This commit is contained in:
Oliver Stöneberg 2020-12-24 19:49:50 +01:00 committed by GitHub
parent 9b5fc508bb
commit b091eaccbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -1391,4 +1391,8 @@
<define name="SIGIO" value="29"/>
<define name="SIGPWR" value="30"/>
<define name="SIGUNUSED" value="31"/>
<!-- see https://man7.org/linux/man-pages/man3/stdin.3.html -->
<define name="STDIN_FILENO" value="0"/>
<define name="STDOUT_FILENO" value="1"/>
<define name="STDERR_FILENO" value="2"/>
</def>