X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;ds=sidebyside;f=src%2Fheaders%2Fpthreads_op.h;fp=src%2Fheaders%2Fpthreads_op.h;h=2287b0a764669bcfc46df3b7f8ddc704a644f99e;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hp=409be20740a13f5cabe37b217c962bc16ae62142;hpb=927951d1c1ad45ba9e7325f07d996154a91c911b;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 409be20..2287b0a --- a/src/headers/pthreads_op.h +++ b/src/headers/pthreads_op.h @@ -1,6 +1,3 @@ -/* @(#) $Id: ./src/headers/pthreads_op.h, 2011/09/08 dcid Exp $ - */ - /* Copyright (C) 2009 Trend Micro Inc. * All rights reserved. * @@ -10,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 +