we have _SC_PHYS_PAGES now

This commit is contained in:
christos 2012-11-04 19:12:41 +00:00
parent b430e5b5dd
commit 7c1cb982d4
1 changed files with 1 additions and 3 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: unistd.h,v 1.4 2010/02/28 14:45:47 haad Exp $ */
/* $NetBSD: unistd.h,v 1.5 2012/11/04 19:12:41 christos Exp $ */
/*
* Copyright (C) 2007 John Birrell <jb@freebsd.org>
@ -38,6 +38,4 @@
#define ftruncate64 ftruncate
#define pread64 pread
#define _SC_PHYS_PAGES 500
#endif