* linux-low.c (linux_wait): Unblock async I/O.
[deliverable/binutils-gdb.git] / gdb / gdbserver / server.h
index 5212deb2c4a077183ddcb727d03f395b5cabc9fb..4896afb5856bff7e7205ca3826e90703018a1024 100644 (file)
@@ -134,6 +134,8 @@ void write_ok (char *buf);
 void write_enn (char *buf);
 void enable_async_io (void);
 void disable_async_io (void);
+void unblock_async_io (void);
+void block_async_io (void);
 void convert_ascii_to_int (char *from, char *to, int n);
 void convert_int_to_ascii (char *from, char *to, int n);
 void new_thread_notify (int id);
This page took 0.02529 seconds and 4 git commands to generate.