1
0
mirror of https://github.com/adtools/clib2.git synced 2025-12-08 14:59:05 +00:00

- Fixed the header files I broke by mistake.

- You can now request that your program uses the clib2 alloca() function
  rather than the built-in compiler alloca().

- alloca() is now part of libunix.a, too.


git-svn-id: file:///Users/olsen/Code/migration-svn-zu-git/logical-line-staging/clib2/trunk@15072 87f5fb63-7c3d-0410-a384-fd976d0f7a62
This commit is contained in:
Olaf Barthel
2005-11-27 10:28:16 +00:00
parent 0809248009
commit 797fcb89a1
53 changed files with 167 additions and 155 deletions

View File

@@ -1,5 +1,5 @@
# #
# $Id: GNUmakefile.68k,v 1.76 2005-11-27 09:26:55 obarthel Exp $ # $Id: GNUmakefile.68k,v 1.77 2005-11-27 10:28:15 obarthel Exp $
# #
# :ts=8 # :ts=8
# #
@@ -487,6 +487,8 @@ UNIX_LIB = \
stdio_record_locking.o \ stdio_record_locking.o \
stdio_remove.o \ stdio_remove.o \
stdio_rename.o \ stdio_rename.o \
stdlib_alloca.o \
stdlib_alloca_cleanup.o \
stdlib_arg.o \ stdlib_arg.o \
stdlib_main.o \ stdlib_main.o \
stdlib_mkdtemp.o \ stdlib_mkdtemp.o \

View File

@@ -1,5 +1,5 @@
# #
# $Id: GNUmakefile.os4,v 1.88 2005-11-27 09:26:55 obarthel Exp $ # $Id: GNUmakefile.os4,v 1.89 2005-11-27 10:28:15 obarthel Exp $
# #
# :ts=8 # :ts=8
# #
@@ -522,6 +522,8 @@ UNIX_LIB = \
stdio_record_locking.o \ stdio_record_locking.o \
stdio_remove.o \ stdio_remove.o \
stdio_rename.o \ stdio_rename.o \
stdlib_alloca.o \
stdlib_alloca_cleanup.o \
stdlib_arg.o \ stdlib_arg.o \
stdlib_main.o \ stdlib_main.o \
stdlib_mkdtemp.o \ stdlib_mkdtemp.o \

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: inet.h,v 1.2 2005-11-27 09:51:45 obarthel Exp $ * $Id: inet.h,v 1.3 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _ARPA_INET_H #ifndef _ARPA_INET_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: assert.h,v 1.4 2005-11-27 09:51:45 obarthel Exp $ * $Id: assert.h,v 1.5 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _ASSERT_H #ifndef _ASSERT_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: complex.h,v 1.4 2005-11-27 09:51:45 obarthel Exp $ * $Id: complex.h,v 1.5 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _COMPLEX_H #ifndef _COMPLEX_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: ctype.h,v 1.8 2005-11-27 09:51:45 obarthel Exp $ * $Id: ctype.h,v 1.9 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _CTYPE_H #ifndef _CTYPE_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: dirent.h,v 1.5 2005-11-27 09:51:45 obarthel Exp $ * $Id: dirent.h,v 1.6 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _DIRENT_H #ifndef _DIRENT_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: dos.h,v 1.14 2005-11-27 09:51:45 obarthel Exp $ * $Id: dos.h,v 1.15 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _DOS_H #ifndef _DOS_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: errno.h,v 1.3 2005-11-27 09:51:45 obarthel Exp $ * $Id: errno.h,v 1.4 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _ERRNO_H #ifndef _ERRNO_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: fcntl.h,v 1.7 2005-11-27 09:51:45 obarthel Exp $ * $Id: fcntl.h,v 1.8 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _FCNTL_H #ifndef _FCNTL_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: fenv.h,v 1.2 2005-11-27 09:51:45 obarthel Exp $ * $Id: fenv.h,v 1.3 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _FENV_H #ifndef _FENV_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: float.h,v 1.3 2005-11-27 09:51:45 obarthel Exp $ * $Id: float.h,v 1.4 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _FLOAT_H #ifndef _FLOAT_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: ftw.h,v 1.3 2005-11-27 09:51:45 obarthel Exp $ * $Id: ftw.h,v 1.4 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _FTW_H #ifndef _FTW_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: getopt.h,v 1.3 2005-11-27 09:51:45 obarthel Exp $ * $Id: getopt.h,v 1.4 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _GETOPT_H #ifndef _GETOPT_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: grp.h,v 1.5 2005-11-27 09:51:45 obarthel Exp $ * $Id: grp.h,v 1.6 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _GRP_H #ifndef _GRP_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: inttypes.h,v 1.4 2005-11-27 09:51:45 obarthel Exp $ * $Id: inttypes.h,v 1.5 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _INTTYPES_H #ifndef _INTTYPES_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: iso646.h,v 1.3 2005-11-27 09:51:45 obarthel Exp $ * $Id: iso646.h,v 1.4 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _ISO646_H #ifndef _ISO646_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: libgen.h,v 1.4 2005-11-27 09:51:45 obarthel Exp $ * $Id: libgen.h,v 1.5 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _LIBGEN_H #ifndef _LIBGEN_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: limits.h,v 1.9 2005-11-27 09:51:45 obarthel Exp $ * $Id: limits.h,v 1.10 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _LIMITS_H #ifndef _LIMITS_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: locale.h,v 1.3 2005-11-27 09:51:45 obarthel Exp $ * $Id: locale.h,v 1.4 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _LOCALE_H #ifndef _LOCALE_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: math.h,v 1.19 2005-11-27 09:51:45 obarthel Exp $ * $Id: math.h,v 1.20 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _MATH_H #ifndef _MATH_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: netdb.h,v 1.2 2005-11-27 09:51:45 obarthel Exp $ * $Id: netdb.h,v 1.3 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _NETDB_H #ifndef _NETDB_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: in.h,v 1.2 2005-11-27 09:51:45 obarthel Exp $ * $Id: in.h,v 1.3 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _NETINET_IN_H #ifndef _NETINET_IN_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: pwd.h,v 1.5 2005-11-27 09:51:45 obarthel Exp $ * $Id: pwd.h,v 1.6 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _PWD_H #ifndef _PWD_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: setjmp.h,v 1.3 2005-11-27 09:51:45 obarthel Exp $ * $Id: setjmp.h,v 1.4 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _SETJMP_H #ifndef _SETJMP_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: signal.h,v 1.6 2005-11-27 09:51:45 obarthel Exp $ * $Id: signal.h,v 1.7 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _SIGNAL_H #ifndef _SIGNAL_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: stdarg.h,v 1.5 2005-11-27 09:51:45 obarthel Exp $ * $Id: stdarg.h,v 1.6 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _STDARG_H #ifndef _STDARG_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: stdbool.h,v 1.4 2005-11-27 09:51:45 obarthel Exp $ * $Id: stdbool.h,v 1.5 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _STDBOOL_H #ifndef _STDBOOL_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: stddef.h,v 1.5 2005-11-27 09:51:45 obarthel Exp $ * $Id: stddef.h,v 1.6 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _STDDEF_H #ifndef _STDDEF_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: stdint.h,v 1.3 2005-11-27 09:51:45 obarthel Exp $ * $Id: stdint.h,v 1.4 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _STDINT_H #ifndef _STDINT_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: stdio.h,v 1.19 2005-11-27 09:51:45 obarthel Exp $ * $Id: stdio.h,v 1.20 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _STDIO_H #ifndef _STDIO_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: stdlib.h,v 1.13 2005-11-27 09:51:45 obarthel Exp $ * $Id: stdlib.h,v 1.14 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _STDLIB_H #ifndef _STDLIB_H
@@ -160,6 +160,14 @@ extern int rand_r(unsigned int * seed);
/****************************************************************************/ /****************************************************************************/
/*
* You can request to use the alloca() variant that actually does allocate
* memory from the system rather than the current stack frame, which will
* ease stack requirements but may not release allocate memory immediately.
* In order to do so, add #define __USE_CLIB2_ALLOCA to your program, or
* -D__USE_CLIB2_ALLOCA to your build makefile.
*/
#if defined(__GNUC__) && !defined(__USE_CLIB2_ALLOCA) #if defined(__GNUC__) && !defined(__USE_CLIB2_ALLOCA)
#undef alloca #undef alloca
#define alloca(size) __builtin_alloca(size) #define alloca(size) __builtin_alloca(size)

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: string.h,v 1.9 2005-11-27 09:51:45 obarthel Exp $ * $Id: string.h,v 1.10 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _STRING_H #ifndef _STRING_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: strings.h,v 1.6 2005-11-27 09:51:45 obarthel Exp $ * $Id: strings.h,v 1.7 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _STRINGS_H #ifndef _STRINGS_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: amigaos-va.h,v 1.5 2005-11-27 09:51:45 obarthel Exp $ * $Id: amigaos-va.h,v 1.6 2005-11-27 10:28:16 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _SYS_AMIGAOS_VA_H #ifndef _SYS_AMIGAOS_VA_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: clib2_stdc.h,v 1.2 2005-11-27 09:51:45 obarthel Exp $ * $Id: clib2_stdc.h,v 1.3 2005-11-27 10:28:16 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _SYS_CLIB2_STDC_H #ifndef _SYS_CLIB2_STDC_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: filio.h,v 1.2 2005-11-27 09:51:45 obarthel Exp $ * $Id: filio.h,v 1.3 2005-11-27 10:28:16 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _SYS_FILIO_H #ifndef _SYS_FILIO_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: ioccom.h,v 1.2 2005-11-27 09:51:45 obarthel Exp $ * $Id: ioccom.h,v 1.3 2005-11-27 10:28:16 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _SYS_IOCCOM_H #ifndef _SYS_IOCCOM_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: ioctl.h,v 1.2 2005-11-27 09:51:45 obarthel Exp $ * $Id: ioctl.h,v 1.3 2005-11-27 10:28:16 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _SYS_IOTCL_H #ifndef _SYS_IOTCL_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: mount.h,v 1.5 2005-11-27 09:51:45 obarthel Exp $ * $Id: mount.h,v 1.6 2005-11-27 10:28:16 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _SYS_MOUNT_H #ifndef _SYS_MOUNT_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: select.h,v 1.3 2005-11-27 09:51:45 obarthel Exp $ * $Id: select.h,v 1.4 2005-11-27 10:28:16 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _SYS_SELECT_H #ifndef _SYS_SELECT_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: socket.h,v 1.3 2005-11-27 09:51:45 obarthel Exp $ * $Id: socket.h,v 1.4 2005-11-27 10:28:16 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _SYS_SOCKET_H #ifndef _SYS_SOCKET_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: stat.h,v 1.7 2005-11-27 09:51:45 obarthel Exp $ * $Id: stat.h,v 1.8 2005-11-27 10:28:16 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _SYS_STAT_H #ifndef _SYS_STAT_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: time.h,v 1.9 2005-11-27 09:51:45 obarthel Exp $ * $Id: time.h,v 1.10 2005-11-27 10:28:16 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _SYS_TIME_H #ifndef _SYS_TIME_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: types.h,v 1.7 2005-11-27 09:51:45 obarthel Exp $ * $Id: types.h,v 1.8 2005-11-27 10:28:16 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _SYS_TYPES_H #ifndef _SYS_TYPES_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: uio.h,v 1.3 2005-11-27 09:51:45 obarthel Exp $ * $Id: uio.h,v 1.4 2005-11-27 10:28:16 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _SYS_UIO_H #ifndef _SYS_UIO_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: utsname.h,v 1.2 2005-11-27 09:51:45 obarthel Exp $ * $Id: utsname.h,v 1.3 2005-11-27 10:28:16 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _SYS_UTSNAME_H #ifndef _SYS_UTSNAME_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: termios.h,v 1.3 2005-11-27 09:51:45 obarthel Exp $ * $Id: termios.h,v 1.4 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _TERMIOS_H #ifndef _TERMIOS_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: time.h,v 1.5 2005-11-27 09:51:45 obarthel Exp $ * $Id: time.h,v 1.6 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _TIME_H #ifndef _TIME_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: unistd.h,v 1.15 2005-11-27 09:51:45 obarthel Exp $ * $Id: unistd.h,v 1.16 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _UNISTD_H #ifndef _UNISTD_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: utime.h,v 1.5 2005-11-27 09:51:45 obarthel Exp $ * $Id: utime.h,v 1.6 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _UTIME_H #ifndef _UTIME_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: wchar.h,v 1.5 2005-11-27 09:51:45 obarthel Exp $ * $Id: wchar.h,v 1.6 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _WCHAR_H #ifndef _WCHAR_H

View File

@@ -1,5 +1,5 @@
/* /*
* $Id: wctype.h,v 1.5 2005-11-27 09:51:45 obarthel Exp $ * $Id: wctype.h,v 1.6 2005-11-27 10:28:15 obarthel Exp $
* *
* :ts=4 * :ts=4
* *
@@ -30,12 +30,12 @@
* ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE. * POSSIBILITY OF SUCH DAMAGE.
* *
****************************************************************************/ *****************************************************************************
* *
* Documentation and source code for this library, and the most recent library * Documentation and source code for this library, and the most recent library
* build are available from <http://sourceforge.net/projects/clib2>. * build are available from <http://sourceforge.net/projects/clib2>.
* *
****************************************************************************/ *****************************************************************************
*/ */
#ifndef _WCYTPE_H #ifndef _WCYTPE_H