X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=src%2Fheaders%2Fpthreads_op.h;h=2287b0a764669bcfc46df3b7f8ddc704a644f99e;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hp=53cf4c48bd6a9cea750687ae6d6188dae8124d56;hpb=914feba5d54f979cd5d7e69c349c3d01f630042a;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 53cf4c4..2287b0a --- a/src/headers/pthreads_op.h +++ b/src/headers/pthreads_op.h @@ -1,20 +1,18 @@ -/* @(#) $Id: pthreads_op.h,v 1.6 2009/06/24 17:06:26 dcid Exp $ */ - /* Copyright (C) 2009 Trend Micro Inc. * All rights reserved. * * This program is a free software; you can redistribute it * and/or modify it under the terms of the GNU General Public - * License (version 3) as published by the FSF - Free Software + * License (version 2) as published by the FSF - Free Software * 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 +