Applied patch by James Woodcock:

* Implemented POSIX getpagesize() function in libroot.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24763 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2008-04-03 08:50:56 +00:00
parent 025b367502
commit 42014658ad
5 changed files with 16 additions and 4 deletions
+1 -3
View File
@@ -36,8 +36,6 @@
# define DIR_TO_FD(Dir_p) -1
#endif
#define getpagesize() 4096
/* Define if there is a member named d_ino in the struct describing directory
headers. */
#define D_INO_IN_DIRENT 1
@@ -422,7 +420,7 @@
/* #undef HAVE_GETMNTINFO */
/* Define to 1 if you have the `getpagesize' function. */
/* #undef HAVE_GETPAGESIZE */
#define HAVE_GETPAGESIZE 1
/* Define to 1 if you have the `getpass' function. */
/* #undef HAVE_GETPASS */
-1
View File
@@ -58,7 +58,6 @@ StaticLibrary <gdb>libiberty.a :
# me, but some of those should be provided by Haiku.
basename.c
clock.c
getpagesize.c
index.c
insque.c
mempcpy.c