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 cdb4026..2287b0a
@@ -1,5 +1,3 @@
-/* @(#) $Id$ */
-
 /* Copyright (C) 2009 Trend Micro Inc.
  * All rights reserved.
  *
@@ -9,12 +7,12 @@
  * 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
+