summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/sysinfo.c
blob: fc37aaff62f65abb9c7a94525be677da3c4fb54c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* vi: set sw=4 ts=4: */
/*
 * sysinfo() for uClibc
 *
 * Copyright (C) 2000-2006 Erik Andersen <andersen@uclibc.org>
 *
 * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 */

#include <sys/syscall.h>
#include <sys/sysinfo.h>
_syscall1(int, sysinfo, struct sysinfo *, info)
/cgi/cgit/openadk.git/patch/package/bison/Makefile?id=17a6468b3f0fae577b1aaad51b56bdefe15a25c1'>patch) tree2e0ccfed1a6a8afb24c2547ca97ae5d8c450b717 /package/bison/Makefile parent2548d641ca7adfe3dcf31d09bb2f9b047b186a0f (diff)parentc66e4117d3ac4d561718a8b17066dc8b04a02027 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/bison/Makefile')
-rw-r--r--package/bison/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bison/Makefile b/package/bison/Makefile
index 16c31b94e..ee268b641 100644
--- a/package/bison/Makefile
+++ b/package/bison/Makefile
@@ -9,7 +9,7 @@ PKG_RELEASE:= 1
PKG_MD5SUM:= 032a7b7b9f1a6e278ccde73f82cec5c2
PKG_DESCR:= GNU parser generator
PKG_SECTION:= lang
-PKG_BUILDDEP:= flex-host bison-host
+PKG_BUILDDEP:= m4-host flex-host bison-host
PKG_URL:= http://www.gnu.org/software/bison/
PKG_SITES:= ${MASTER_SITE_GNU:=${PKG_NAME}/}