diff options
Diffstat (limited to 'include/sys/sysinfo.h')
-rw-r--r-- | include/sys/sysinfo.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/sys/sysinfo.h b/include/sys/sysinfo.h index d33055a2b3..e126bcb0e9 100644 --- a/include/sys/sysinfo.h +++ b/include/sys/sysinfo.h @@ -15,7 +15,4 @@ extern long int __get_phys_pages (void); /* Return number of available physical pages of memory in the system. */ extern long int __get_avphys_pages (void); -/* Return maximum number of processes this real user ID can have. */ -extern long int __get_child_max (void); - #endif /* sys/sysinfo.h */ |