wuzhipeng2014 / freenos

Automatically exported from code.google.com/p/freenos
GNU General Public License v3.0
0 stars 0 forks source link

Move function implementations in libposix into separate source files (as done in libc) #31

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The implementations of POSIX-1.2008 functions are now written in the
corresponding
.cpp file for each .h file defined by the POSIX-1.2008 specification. It may be
more readable to have the implementation of each separate function in a
separate
file, like in libc.

Original issue reported on code.google.com by coenbijlsma on 7 Aug 2009 at 11:13

GoogleCodeExporter commented 9 years ago

Original comment by nieklinn...@gmail.com on 5 Sep 2009 at 9:36