X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fheaders%2Fpthreads_op.h;h=2287b0a764669bcfc46df3b7f8ddc704a644f99e;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hp=cdb4026d997e173dc36f53e1af806eca6ca92793;hpb=301048b51990573e58a30dc4a5bb4ec285cad554;p=ossec-hids.git diff --git a/src/headers/pthreads_op.h b/src/headers/pthreads_op.h old mode 100755 new mode 100644 index cdb4026..2287b0a --- a/src/headers/pthreads_op.h +++ b/src/headers/pthreads_op.h @@ -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 +