removes platform dependency in libwrap
This commit is contained in:
parent
6cd7ea887a
commit
e652e59dac
@ -2,10 +2,8 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include "platform.h"
|
|
||||||
|
|
||||||
void write_hex(int fd, uint32_t hex)
|
void write_hex(int fd, uint32_t hex) {
|
||||||
{
|
|
||||||
uint8_t ii;
|
uint8_t ii;
|
||||||
uint8_t jj;
|
uint8_t jj;
|
||||||
char towrite;
|
char towrite;
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
/* See LICENSE of license details. */
|
/* See LICENSE of license details. */
|
||||||
|
|
||||||
#include "platform.h"
|
|
||||||
#include "weak_under_alias.h"
|
#include "weak_under_alias.h"
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#if defined(SEMIHOSTING)
|
#if defined(SEMIHOSTING)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user