Files
binutils-gdb/sim/common
Mike Frysinger 75005b3a8e sim: use socklen_t with accept()
The accept() function takes a socklen_t, not an int.  Using an int causes:
dv-sockser.c: In function 'connected_p':
dv-sockser.c:273: warning: pointer targets in passing argument 3
                           of 'accept' differ in signedness

So use the same socklen_t detection code as gdb and convert the accept().
2010-03-30 23:09:48 +00:00
..
2010-01-25 04:08:52 +00:00
2010-01-25 04:08:52 +00:00
2010-03-30 23:09:48 +00:00
2010-03-30 23:09:48 +00:00
2010-03-30 23:09:48 +00:00
2010-03-30 23:09:48 +00:00
2010-03-30 23:09:48 +00:00
2009-05-18 13:25:35 +00:00
2010-03-16 20:58:53 +00:00
2009-05-18 13:25:35 +00:00
2010-03-30 20:40:27 +00:00
2010-02-04 22:52:42 +00:00
2010-03-30 20:39:38 +00:00