(Q) what is __lock_close() ? can I leave it empty?

Min Lee min.lee@gatech.edu
Wed Apr 3 00:32:00 GMT 2013


hello, all.. I have a question..
I'm implementing locks in lock.h , but I found these two..

#define __lock_close(lock) (_CAST_VOID 0)
#define __lock_close_recursive(lock) (_CAST_VOID 0)

what is close() operation on locks and can I leave them empty? would it be 
safe?
thanks
Min



More information about the Newlib mailing list