new upstream release (3.3.0); modify package compatibility for Stretch
[ossec-hids.git] / src / headers / pthreads_op.h
old mode 100755 (executable)
new mode 100644 (file)
index 409be20..2287b0a
@@ -1,6 +1,3 @@
-/* @(#) $Id: ./src/headers/pthreads_op.h, 2011/09/08 dcid Exp $
- */
-
 /* Copyright (C) 2009 Trend Micro Inc.
  * All rights reserved.
  *
  * Foundation
  */
 
-
 #ifndef PTHREADS_OP_H
 #define PTHREADS_OP_H
 
 #ifndef WIN32
-int CreateThread(void *function_pointer(void *data), void *data);
+int CreateThread(void *function_pointer(void *data), void *data) __attribute__((nonnull(1)));
 #endif
 
 #endif
+