lkml.org 
[lkml]   [2007]   [May]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRE: [PATCH 1/3] kbuild: complain about missing system calls.
Date
From
> You could add them to scripts/checksyscalls.sh itself -- I think it's
> fairly unlikely that those are syscalls which a new arch port is going
> to 'forget' :)

Like this?

diff --git a/scripts/checksyscalls.sh b/scripts/checksyscalls.sh
index f98171f..4d49056 100755
--- a/scripts/checksyscalls.sh
+++ b/scripts/checksyscalls.sh
@@ -98,6 +98,14 @@ cat << EOF
#define __IGNORE_setgid32
#define __IGNORE_setfsuid32
#define __IGNORE_setfsgid32
+/* ... some legacy names not used by ia64 */
+#define __IGNORE_fork
+#define __IGNORE_time
+#define __IGNORE_alarm
+#define __IGNORE_pause
+#define __IGNORE_utime
+#define __IGNORE_getpgrp
+#define __IGNORE_vfork

/* Unmerged syscalls for AFS, STREAMS, etc. */
#define __IGNORE_afs_syscall
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2007-05-08 00:55    [W:1.860 / U:0.312 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site