|
@@ -4,7 +4,6 @@
|
|
#ifndef __ASSEMBLER__
|
|
#ifndef __ASSEMBLER__
|
|
|
|
|
|
#include <sys/ioctl.h>
|
|
#include <sys/ioctl.h>
|
|
-#include <string.h>
|
|
|
|
#include <unistd.h>
|
|
#include <unistd.h>
|
|
#include <stdio.h>
|
|
#include <stdio.h>
|
|
#include <syscall.h>
|
|
#include <syscall.h>
|
|
@@ -16,16 +15,6 @@
|
|
#undef _IOC
|
|
#undef _IOC
|
|
#undef _IO
|
|
#undef _IO
|
|
|
|
|
|
-/* Change XSI compliant version into GNU extension hackery */
|
|
|
|
-static inline char *
|
|
|
|
-gnu_strerror_r(int err, char *buf, size_t buflen)
|
|
|
|
-{
|
|
|
|
- if (strerror_r(err, buf, buflen))
|
|
|
|
- return NULL;
|
|
|
|
- return buf;
|
|
|
|
-}
|
|
|
|
-#define strerror_r gnu_strerror_r
|
|
|
|
-
|
|
|
|
#define _SC_LEVEL1_DCACHE_LINESIZE -1
|
|
#define _SC_LEVEL1_DCACHE_LINESIZE -1
|
|
|
|
|
|
static inline long sysconf_wrap(int name)
|
|
static inline long sysconf_wrap(int name)
|