Changeset 25b5a4a for lib/events_glib.c


Ignore:
Timestamp:
2010-10-03T03:03:19Z (14 years ago)
Author:
Wilmer van der Gaast <wilmer@…>
Branches:
master
Children:
508588a
Parents:
04f0c10
Message:

Make sure events_*.c are fully compatible to callers so plugins built for
a different flavour will still work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • lib/events_glib.c

    r04f0c10 r25b5a4a  
    147147                g_source_remove(tag);
    148148}
     149
     150void closesocket( int fd )
     151{
     152        close( fd );
     153}
Note: See TracChangeset for help on using the changeset viewer.