[klibc] [PATCH] small addition to ia64's archsignal.h

Martin Hicks mort at wildopensource.com
Mon Nov 24 11:46:15 PST 2003


Hi Peter,

I need this small patch to get udev to compile against the latest
klibc.  I'm not sure if this is the right thing to do, but it fixes the
compile.

thanks
mh

-- 
Martin Hicks                Wild Open Source Inc.
mort at wildopensource.com     613-266-2296


# This is a BitKeeper generated patch for the following project:
# Project Name: The kernel C library
# This patch format is intended for GNU patch command version 2.5 or higher.
# This patch includes the following deltas:
#	           ChangeSet	1.245   -> 1.246  
#	klibc/arch/ia64/include/klibc/archsignal.h	1.1     -> 1.2    
#
# The following is the BitKeeper ChangeSet Log
# --------------------------------------------
# 03/11/21	mort at green.i.bork.org	1.246
# A hack for compiling udev against klibc on ia64
# --------------------------------------------
#
diff -Nru a/klibc/arch/ia64/include/klibc/archsignal.h b/klibc/arch/ia64/include/klibc/archsignal.h
--- a/klibc/arch/ia64/include/klibc/archsignal.h	Fri Nov 21 14:30:38 2003
+++ b/klibc/arch/ia64/include/klibc/archsignal.h	Fri Nov 21 14:30:38 2003
@@ -28,4 +28,6 @@
 #define sa_handler      _u._sa_handler
 #define sa_sigaction    _u._sa_sigaction
 
+typedef int sig_atomic_t;
+
 #endif




More information about the klibc mailing list