mirror of
https://github.com/AuxXxilium/eudev.git
synced 2025-01-24 08:00:08 +07:00
[PATCH] Remove the last klibc specific line from the main udev code
This commit is contained in:
parent
993a633ab8
commit
f4949c53e6
@ -3,6 +3,7 @@
|
||||
#ifndef _KLIBC_FIXUPS_H
|
||||
#define _KLIBC_FIXUPS_H
|
||||
|
||||
#define _KLIBC_HAS_ARCH_SIG_ATOMIC_T
|
||||
#include <unistd.h>
|
||||
|
||||
#define _SC_PAGESIZE 0x66
|
||||
|
1
udev.c
1
udev.c
@ -20,7 +20,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#define _KLIBC_HAS_ARCH_SIG_ATOMIC_T
|
||||
#include <stdio.h>
|
||||
#include <stddef.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user