Add g_unix_open_pipe_internal () for pipes with the close-on-exec flag

Based on the existing g_unix_open_pipe () but for internal use where
returning a raw errno is needed, not a GError.
This commit is contained in:
Maciej S. Szmigiero
2023-02-19 14:41:19 +01:00
committed by Philip Withnall
parent 3dc77fef24
commit 14b5207bfa
4 changed files with 92 additions and 43 deletions

View File

@@ -38,6 +38,7 @@ if get_option('gtk_doc')
'gutilsprivate.h',
'gvalgrind.h',
'dirent.h',
'glib-unixprivate.h',
'glib-visibility.h',
'gmodule-visibility.h',
]