mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-31 13:24:13 +02:00
glib/: fully remove galias hacks
This commit is contained in:
@@ -44,7 +44,6 @@
|
||||
#include <fcntl.h>
|
||||
|
||||
#include "glib.h"
|
||||
#include "galias.h"
|
||||
|
||||
/*
|
||||
* Unix IO Channels
|
||||
@@ -640,6 +639,3 @@ g_io_channel_unix_get_fd (GIOChannel *channel)
|
||||
GIOUnixChannel *unix_channel = (GIOUnixChannel *)channel;
|
||||
return unix_channel->fd;
|
||||
}
|
||||
|
||||
#define __G_IO_UNIX_C__
|
||||
#include "galiasdef.c"
|
||||
|
Reference in New Issue
Block a user