mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
whitespace
This commit is contained in:
parent
8f8eeb70ba
commit
4ddb658e37
@ -299,7 +299,7 @@ std_dll_init ()
|
||||
|
||||
/* Initialization function for winsock stuff. */
|
||||
WSADATA NO_COPY wsadata;
|
||||
static long long __attribute__ ((used, noinline))
|
||||
static long long __attribute__ ((used, noinline))
|
||||
wsock_init ()
|
||||
{
|
||||
static LONG NO_COPY here = -1L;
|
||||
|
@ -2,7 +2,7 @@
|
||||
fhandler classes.
|
||||
|
||||
Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
|
||||
2011, 2012 Red Hat, Inc.
|
||||
2011, 2012, 2013 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
@ -647,7 +647,7 @@ fhandler_dev_floppy::raw_write (const void *ptr, size_t len)
|
||||
}
|
||||
return bytes_written;
|
||||
}
|
||||
|
||||
|
||||
/* In O_DIRECT case, just write. */
|
||||
if (write_file (p, len, &bytes_written, &ret))
|
||||
return bytes_written;
|
||||
|
@ -295,7 +295,7 @@ select_record::dump_select_record ()
|
||||
read_ready, write_ready, except_ready);
|
||||
select_printf ("read_selected %d, write_selected %d, except_selected %d, except_on_write %d",
|
||||
read_selected, write_selected, except_selected, except_on_write);
|
||||
|
||||
|
||||
select_printf ("startup %p, peek %p, verify %p cleanup %p, next %p",
|
||||
startup, peek, verify, cleanup, next);
|
||||
}
|
||||
|
@ -1,7 +1,7 @@
|
||||
/* select.h
|
||||
|
||||
Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006,
|
||||
2007, 2008, 2009, 2010, 2011, 2012 Red Hat, Inc.
|
||||
2007, 2008, 2009, 2010, 2011, 2012, 2013 Red Hat, Inc.
|
||||
|
||||
This file is part of Cygwin.
|
||||
|
||||
@ -59,7 +59,7 @@ struct select_socket_info: public select_info
|
||||
int num_w4;
|
||||
LONG *ser_num;
|
||||
HANDLE *w4;
|
||||
select_socket_info (): select_info (), num_w4 (0), ser_num (0), w4 (NULL) {}
|
||||
select_socket_info (): select_info (), num_w4 (0), ser_num (0), w4 (NULL) {}
|
||||
};
|
||||
|
||||
struct select_serial_info: public select_info
|
||||
|
Loading…
x
Reference in New Issue
Block a user