summaryrefslogtreecommitdiff
path: root/gnu/dist/binutils/include/mpw/sys/resource.h
blob: d39439d61d52ee2dde5942e97c43f9e08fe24553 (plain)
1
2
3
4
5
6
7
8
9
#ifndef __SYS_RESOURCE_H__
#define __SYS_RESOURCE_H__

struct rusage {
  struct timeval ru_utime;
  struct timeval ru_stime;
};

#endif /* __SYS_RESOURCE_H__ */
Add two test cases that should cover PR 50228.martin 2014-06-23Add bm(3) testsshm 2013-03-17check return valueschristos 2013-02-15don't brk the build.christos 2012-04-06Adjust.jruoho 2012-03-25Be UTF8 clean.joerg 2011-11-21Add test cases for strcspn, strpbrk, strspn, wcscspn, wcspbrk andjoerg 2011-07-14Use ATF_CHECK() when appropriate.jruoho 2011-07-14Add few simple test cases.jruoho 2011-07-12Fix off-by-one in strlen_huge testcase.njoly 2011-07-07Few basic checks, including a case for strnlen(3).jruoho 2011-07-07Add one simple test case.jruoho 2011-07-07Split out the string tests from t_string.c for consistency.jruoho 2011-07-07Rename some test case names for consistency.jruoho 2011-06-03Add some fundamental checks for memset(3). Prompted by a recent nastyjruoho 2011-05-10Fix typo.jruoho 2011-05-09List the ATF_TC_() thins in the order of appearance.jruoho 2011-05-09Few basic tests for strerror(3).jruoho 2011-04-07Remove the following (literal) text in the TNF copyrights:jruoho 2010-12-26Migrate the last of the libc/string/ tests from regress to atf, andpgoyette 2010-12-26Make running this test conditional on the setting of atf configurationpgoyette 2010-12-25Migrate J.T.Conklin's public-domain str* tests from regress to atf.pgoyette 2010-07-13Get rid of static Atffiles and let bsd.test.mk generate them on the fly.jmmv 2010-02-26Disable population count test for now, please re-enable oncemartin 2009-07-21flag a 64-bit integer constant as "ULL" -- this is not clean but thedrochner 2009-07-21Add popcount(3) and the long and long long version. Name is inspired byjoerg