vma-iter, get-rusage-as: Add OpenBSD support.
[gnulib.git] / lib / resource-ext.h
index 6e43e70..145ce25 100644 (file)
@@ -28,7 +28,7 @@ extern "C" {
 /* Returns the amount of address space currently in use by the current
    process, or zero if unknown.
    This is the quantity which is limited by setrlimit(RLIMIT_AS,...).
-   Note: This function always returns zero on OpenBSD and AIX.  */
+   Note: This function always returns zero on AIX.  */
 extern uintptr_t get_rusage_as (void);
 
 /* Returns the size of the data segment, or zero if unknown.