mirror of
https://git.openafs.org/openafs.git
synced 2025-01-19 15:30:14 +00:00
restore-osi-msg-20021016
Put back osi_Msg. It got lost in the merge. Hey, if I never made mistakes, I'd never get anything done.
This commit is contained in:
parent
1a8c712ae1
commit
f0b8a1c61d
@ -36,6 +36,8 @@ typedef struct socket *osi_socket;
|
|||||||
extern int osi_utoa(char *buf, size_t len, unsigned long val);
|
extern int osi_utoa(char *buf, size_t len, unsigned long val);
|
||||||
#define osi_Assert(e) (void)((e) || (osi_AssertFailK(#e, __FILE__, __LINE__), 0))
|
#define osi_Assert(e) (void)((e) || (osi_AssertFailK(#e, __FILE__, __LINE__), 0))
|
||||||
|
|
||||||
|
#define osi_Msg printf)(
|
||||||
|
|
||||||
#define osi_YieldIfPossible()
|
#define osi_YieldIfPossible()
|
||||||
#define osi_WakeupAndYieldIfPossible(x) rx_Wakeup(x)
|
#define osi_WakeupAndYieldIfPossible(x) rx_Wakeup(x)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user