summaryrefslogtreecommitdiffstats
path: root/libc/unistd/__exec_alloc.c
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2006-02-25 20:10:56 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2006-02-25 20:10:56 +0000
commitbd26ecdcebac54521f8e0e9fd0074db25d97ccfd (patch)
tree9435aaad0512b4512493246455a446692e44c1c2 /libc/unistd/__exec_alloc.c
parentbfcbb4284e479504186ededfafd0560da143c0b9 (diff)
downloaduClibc-alpine-bd26ecdcebac54521f8e0e9fd0074db25d97ccfd.tar.bz2
uClibc-alpine-bd26ecdcebac54521f8e0e9fd0074db25d97ccfd.tar.xz
Merge from trunk.
Diffstat (limited to 'libc/unistd/__exec_alloc.c')
-rw-r--r--libc/unistd/__exec_alloc.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/libc/unistd/__exec_alloc.c b/libc/unistd/__exec_alloc.c
new file mode 100644
index 000000000..837ffb472
--- /dev/null
+++ b/libc/unistd/__exec_alloc.c
@@ -0,0 +1,8 @@
+/* Copyright (C) 2004 Manuel Novoa III <mjn3@uclibc.org>
+ * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
+ *
+ * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
+ */
+
+#define L___exec_alloc
+#include "exec.c"