~ubuntu-branches/ubuntu/trusty/gnustep-base/trusty

« back to all changes in this revision

Viewing changes to config/config.objc_condition_timed_wait.c

Tags: upstream-1.20.0
ImportĀ upstreamĀ versionĀ 1.20.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
#include <objc/objc.h>
3
 
main()
4
 
{
5
 
        objc_condition_timedwait(NULL,NULL,NULL);
6
 
        exit(0);
7
 
}
8