1 #ifndef __ET_GLOBALS__
2 #define __ET_GLOBALS__
3 
4 namespace et {
5 void fatalOnWriteError(ssize_t expected, ssize_t actual);
6 }
7 
8 #endif  // __ET_GLOBALS__
9