mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
Rename g_unix_pipe_flags to g_unix_open_pipe
From IRC discussion, people liked this name more. https://bugzilla.gnome.org/show_bug.cgi?id=649322
This commit is contained in:
committed by
Matthias Clasen
parent
ba5c9bd39f
commit
542215b78a
@@ -199,7 +199,7 @@ g_cancellable_open_pipe (GCancellable *cancellable)
|
||||
GCancellablePrivate *priv;
|
||||
|
||||
priv = cancellable->priv;
|
||||
if (g_unix_pipe_flags (priv->cancel_pipe, FD_CLOEXEC, NULL))
|
||||
if (g_unix_open_pipe (priv->cancel_pipe, FD_CLOEXEC, NULL))
|
||||
{
|
||||
/* Make them nonblocking, just to be sure we don't block
|
||||
* on errors and stuff
|
||||
|
Reference in New Issue
Block a user