Links

GitHub

Open HUB

Quick Links

Download

STREAMS

SIGTRAN

SS7

Hardware

SCTP

Browse Source

Applications

SS7 Stack

ISDN Stack

SIGTRAN Stack

VoIP Stack

MG Stack

SS7/ISDN Devices

IP Transport

Embedded Systems

Operating System

Resources

Packages

Sys Req

Repositories

Download

Mailing Lists

Browse Source

CVS Archive

Bug Reports

Library

Hardware

Vendor Links

Home

Overview

Status

Documentation

Resources

About

News

Description: Code

File /code/usr/include/errno.h



#ifndef	_ERRNO_H

#ifndef	__need_Emath
#define	_ERRNO_H	1
#include <features.h>
#endif

__BEGIN_DECLS

#include <bits/errno.h>
#undef	__need_Emath

#ifdef	_ERRNO_H

#ifndef	errno
extern int errno;
#endif

#ifdef __USE_GNU

extern char *program_invocation_name, *program_invocation_short_name;
#endif
#endif

__END_DECLS

#endif

#if defined __USE_GNU || defined __need_error_t
# ifndef __error_t_defined
typedef int error_t;
#  define __error_t_defined	1
# endif
# undef __need_error_t
#endif

Last modified: Thu, 28 Nov 2024 19:40:24 GMT  
Copyright © 2014 OpenSS7 Corporation All Rights Reserved.