2010-09-01 Ralf Corsépius <ralf.corsepius@rtems.org>

* POSIX/Makefile.am: Add htonl.
	* POSIX/htonl.c: New.
This commit is contained in:
Ralf Corsepius
2010-09-01 06:45:47 +00:00
parent 3be4e514c2
commit 02fdeef779
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2010-09-01 Ralf Corsépius <ralf.corsepius@rtems.org>
* POSIX/Makefile.am: Add htonl.
* POSIX/htonl.c: New.
2010-05-17 Sebastian Huber <sebastian.huber@embedded-brains.de>
PR 1433/cpukit

View File

@@ -52,6 +52,9 @@ getuid_SOURCES = getuid.c
# check_PROGRAMS += issetugid
# issetugid_SOURCES = issetugid.c
check_PROGRAMS += htonl
htonl_SOURCES = htonl.c
check_PROGRAMS += lseek
lseek_SOURCES = lseek.c