GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
__SET_LIBERROR(3) FreeBSD Library Functions Manual __SET_LIBERROR(3)

__set_liberror - modify error handling for publib

#include <publib.h>

void __set_liberror(enum __liberror);

Unless the documentation for the function specifies otherwise, the default action when a library function notices an error is to abort whatever it was doing and return an error indication. It is possible to change this behaviour with __set_liberror(3). The argument should be a bitwise OR of the following values:

	__abort_on_error
	__exit_on_error
	__complain_on_error


Note that __abort_on_error and __exit_on_error are mutually exclusive, only use one.

publib(3)

Lars Wirzenius (lars.wirzenius@helsinki.fi)

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.