[PATCH] Remove the last klibc specific line from the main udev code

This commit is contained in:
kay.sievers@vrfy.org 2004-10-20 14:13:33 +02:00 committed by Greg KH
parent 993a633ab8
commit f4949c53e6
3 changed files with 1 additions and 2 deletions

View File

@ -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
View File

@ -20,7 +20,6 @@
*
*/
#define _KLIBC_HAS_ARCH_SIG_ATOMIC_T
#include <stdio.h>
#include <stddef.h>
#include <stdlib.h>

View File

@ -21,7 +21,6 @@
*
*/
#define _KLIBC_HAS_ARCH_SIG_ATOMIC_T
#include <stdlib.h>
#include <stdio.h>
#include <string.h>