mirror of https://github.com/ARMmbed/mbed-os.git
Merge branch 'kjbracey-arm-fhtidy_doc' into rollup-aus_writathon
commit
eb70b8a589
|
@ -29,7 +29,7 @@ namespace mbed {
|
||||||
// timeout -1 forever, or milliseconds
|
// timeout -1 forever, or milliseconds
|
||||||
int poll(pollfh fhs[], unsigned nfhs, int timeout)
|
int poll(pollfh fhs[], unsigned nfhs, int timeout)
|
||||||
{
|
{
|
||||||
/**
|
/*
|
||||||
* TODO Proper wake-up mechanism.
|
* TODO Proper wake-up mechanism.
|
||||||
* In order to correctly detect availability of read/write a FileHandle, we needed
|
* In order to correctly detect availability of read/write a FileHandle, we needed
|
||||||
* a select or poll mechanisms. We opted for poll as POSIX defines in
|
* a select or poll mechanisms. We opted for poll as POSIX defines in
|
||||||
|
|
Loading…
Reference in New Issue