Whamcloud - gitweb
LU-3963 cleanup: C89 and build cleanups
[fs/lustre-release.git] / lustre / include / liblustre.h
index 77b1fb3..815b96b 100644 (file)
@@ -134,10 +134,7 @@ extern int mgc_init(void);
         ({ type __x = (x); type __y = (y); __x > __y ? __x: __y; })
 #endif
 
-/* registering symbols */
-#ifndef ERESTARTSYS
-#define ERESTARTSYS ERESTART
-#endif
+#define simple_strtol strtol
 
 #ifdef HZ
 #undef HZ