From 7163506799b53d8816fa5fabfe2c1422cbbe0d35 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 4 Apr 2012 13:01:14 +0000 Subject: [PATCH] Fix pascal build problem git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4554 42af7a65-404d-4744-a932-0658087f49c3 --- include/pthread.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/pthread.h b/include/pthread.h index b0942b85c61..092cfad9356 100644 --- a/include/pthread.h +++ b/include/pthread.h @@ -1,8 +1,8 @@ /******************************************************************************** * include/pthread.h * - * Copyright (C) 2007-2009, 2011 Gregory Nutt. All rights reserved. - * Author: Gregory Nutt + * Copyright (C) 2007-2009, 2011-2012 Gregory Nutt. All rights reserved. + * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions