mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
fix bad return value when polling for windows messages
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@40000 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
39cc09e2ca
commit
f8f4bb51e3
4 changed files with 34 additions and 19 deletions
|
@ -83,7 +83,7 @@ typedef struct{
|
|||
}
|
||||
/* Check to see of the thread has been awakened, blocking until it
|
||||
* does get awakened or until the limit date has been reached.
|
||||
* A date in the past (or nil) results in a check follwed by an
|
||||
* A date in the past (or nil) results in a check followed by an
|
||||
* immediate return.
|
||||
*/
|
||||
+ (BOOL) awakenedBefore: (NSDate*)when;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue