2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>

* Makefile.am: Add POSIX.
	* configure.ac: Add POSIX/.
	* POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
	POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
	POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
	POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
	POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
	POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
	POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
	POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
	POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
	POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
	POSIX/waitpid.c, POSIX/write.c: New.
This commit is contained in:
Ralf Corsepius
2009-12-02 15:03:45 +00:00
parent 60d47abfcf
commit c53ba11a40
3 changed files with 18 additions and 0 deletions

View File

@@ -1,3 +1,19 @@
2009-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Add POSIX.
* configure.ac: Add POSIX/.
* POSIX/calloc.c, POSIX/close.c, POSIX/COPYING, POSIX/dup2.c,
POSIX/fcntl.c, POSIX/fork.c, POSIX/free.c, POSIX/fstat.c,
POSIX/getdents.c, POSIX/getlogin.c, POSIX/getpwnam.c,
POSIX/getpwuid.c, POSIX/getuid.c, POSIX/issetugid.c,
POSIX/kill.c, POSIX/longjmp.c, POSIX/lseek.c, POSIX/lstat.c,
POSIX/Makefile.am, POSIX/Makefile.in, POSIX/malloc.c,
POSIX/nanosleep.c, POSIX/open.c, POSIX/pipe.c,
POSIX/posix_memalign.c, POSIX/read.c, POSIX/README,
POSIX/realloc.c, POSIX/setjmp.c, POSIX/sigfillset.c,
POSIX/sigprocmask.c, POSIX/stat.c, POSIX/unlink.c, POSIX/vfork.c,
POSIX/waitpid.c, POSIX/write.c: New.
2009-12-02 Joel Sherrill <joel.sherrill@OARcorp.com>
* stringto01/init.c: New file.

View File

@@ -8,6 +8,7 @@ SUBDIRS = bspcmdline01 cpuuse malloctest heapwalk putenvtest monitor \
monitor02 rtmonuse stackchk stackchk01 termios termios01 termios02 \
rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
stringto01
SUBDIRS += POSIX
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am

View File

@@ -56,5 +56,6 @@ termios/Makefile
termios01/Makefile
termios02/Makefile
tztest/Makefile
POSIX/Makefile
])
AC_OUTPUT