mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 23:13:40 +02:00
gsocket: Add ignorant of an fcntl return value
This commit is contained in:
@@ -621,7 +621,7 @@ g_socket (gint domain,
|
||||
(flags & FD_CLOEXEC) == 0)
|
||||
{
|
||||
flags |= FD_CLOEXEC;
|
||||
fcntl (fd, F_SETFD, flags);
|
||||
(void) fcntl (fd, F_SETFD, flags);
|
||||
}
|
||||
}
|
||||
#else
|
||||
|
Reference in New Issue
Block a user