mirror of
https://github.com/GnoConsortium/gno.git
synced 2025-01-17 16:30:33 +00:00
- don't use the _gno_ prefix for sys_nerr or sys_errlist any more
- changed some formatting in the source file
This commit is contained in:
parent
62becc2887
commit
8c5cc88bbb
@ -1,15 +1,11 @@
|
|||||||
/*
|
/*
|
||||||
* Test by Devin Reade
|
* Test by Devin Reade
|
||||||
*
|
*
|
||||||
* $Id: perror.c,v 1.1 1997/02/28 05:12:57 gdr Exp $
|
* $Id: perror.c,v 1.2 1997/07/28 00:20:37 gdr Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#pragma debug 25
|
#pragma debug 25
|
||||||
|
|
||||||
/* for now ... */
|
|
||||||
#define sys_nerr _gno_sys_nerr
|
|
||||||
#define sys_errlist _gno_sys_errlist
|
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user