summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/x86_64/listen.S
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2003-02-18 16:48:15 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2003-02-18 16:48:15 +0000
commitcfc97c2e6d73efdf65b5ff0fc6ee66f1dc19f36c (patch)
treea377e1084729f1f289e32f7f180edb924d96718a /mdk-stage1/dietlibc/x86_64/listen.S
parent8182e7cfe7d9c60567e48b876282594395062530 (diff)
downloaddrakx-backup-do-not-use-cfc97c2e6d73efdf65b5ff0fc6ee66f1dc19f36c.tar
drakx-backup-do-not-use-cfc97c2e6d73efdf65b5ff0fc6ee66f1dc19f36c.tar.gz
drakx-backup-do-not-use-cfc97c2e6d73efdf65b5ff0fc6ee66f1dc19f36c.tar.bz2
drakx-backup-do-not-use-cfc97c2e6d73efdf65b5ff0fc6ee66f1dc19f36c.tar.xz
drakx-backup-do-not-use-cfc97c2e6d73efdf65b5ff0fc6ee66f1dc19f36c.zip
Merge in CVS dietlibc 0.21 for IA-64 and X86-64 support. However, drop the
following architectures we currently don't support: arm, mips, mipsel, parisc, s390, sparc64.
Diffstat (limited to 'mdk-stage1/dietlibc/x86_64/listen.S')
-rw-r--r--mdk-stage1/dietlibc/x86_64/listen.S3
1 files changed, 3 insertions, 0 deletions
diff --git a/mdk-stage1/dietlibc/x86_64/listen.S b/mdk-stage1/dietlibc/x86_64/listen.S
new file mode 100644
index 000000000..66a3fe376
--- /dev/null
+++ b/mdk-stage1/dietlibc/x86_64/listen.S
@@ -0,0 +1,3 @@
+#include "syscalls.h"
+
+syscall(listen, listen);