mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-06 07:33:17 +00:00
Corrected so they would compile with POSIX disabled.
This commit is contained in:
@@ -14,7 +14,8 @@
|
||||
#include <_syslist.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <rtems/posix/seterr.h>
|
||||
#include "libio_.h"
|
||||
|
||||
|
||||
int ttyname_r(
|
||||
int fd,
|
||||
|
||||
@@ -50,7 +50,7 @@ static char sccsid[] = "@(#)ttyname.c 5.10 (Berkeley) 5/6/91";
|
||||
#include <_syslist.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <rtems/posix/seterr.h>
|
||||
#include "libio_.h"
|
||||
|
||||
/*
|
||||
* ttyname_r() - POSIX 1003.1b 4.7.2 - Demetermine Terminal Device Name
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
#include <_syslist.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <rtems/posix/seterr.h>
|
||||
#include "libio_.h"
|
||||
|
||||
|
||||
int ttyname_r(
|
||||
int fd,
|
||||
|
||||
@@ -50,7 +50,7 @@ static char sccsid[] = "@(#)ttyname.c 5.10 (Berkeley) 5/6/91";
|
||||
#include <_syslist.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <rtems/posix/seterr.h>
|
||||
#include "libio_.h"
|
||||
|
||||
/*
|
||||
* ttyname_r() - POSIX 1003.1b 4.7.2 - Demetermine Terminal Device Name
|
||||
|
||||
@@ -14,7 +14,8 @@
|
||||
#include <_syslist.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <rtems/posix/seterr.h>
|
||||
#include "libio_.h"
|
||||
|
||||
|
||||
int ttyname_r(
|
||||
int fd,
|
||||
|
||||
@@ -50,7 +50,7 @@ static char sccsid[] = "@(#)ttyname.c 5.10 (Berkeley) 5/6/91";
|
||||
#include <_syslist.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <rtems/posix/seterr.h>
|
||||
#include "libio_.h"
|
||||
|
||||
/*
|
||||
* ttyname_r() - POSIX 1003.1b 4.7.2 - Demetermine Terminal Device Name
|
||||
|
||||
Reference in New Issue
Block a user