Mercurial > ecos
diff packages/isoinfra/current/ChangeLog @ 3289:5d16532287ee
* include/sys/select.h: Make select FD_COPY and FD_ZERO macros single
statements. [ Bugzilla 1001986 ]
| author | jld |
|---|---|
| date | Mon, 16 Jun 2014 10:03:58 +0000 |
| parents | 7decb8c01c2a |
| children |
line wrap: on
line diff
--- a/packages/isoinfra/current/ChangeLog +++ b/packages/isoinfra/current/ChangeLog @@ -1,3 +1,8 @@ +2014-05-15 Andy Jackson <andy@xylanta.com> + + * include/sys/select.h: Make select FD_COPY and FD_ZERO macros single + statements. [ Bugzilla 1001986 ] + 2012-03-09 Jonathan Larmour <jifl@eCosCentric.com> * include/time.h: Add suseconds_t and useconds_t here for now. @@ -438,7 +443,7 @@ 2000-05-02 Jonathan Larmour <jlarmour@ // ####GPLCOPYRIGHTBEGIN#### // ------------------------------------------- // This file is part of eCos, the Embedded Configurable Operating System. -// Copyright (C) 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2014 Free Software Foundation, Inc. // // This program is free software; you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by
