]> code.delx.au - gnu-emacs/commitdiff
[_LIBC]: Define BSD4_2.
authorRoland McGrath <roland@gnu.org>
Fri, 23 Jul 1993 20:38:15 +0000 (20:38 +0000)
committerRoland McGrath <roland@gnu.org>
Fri, 23 Jul 1993 20:38:15 +0000 (20:38 +0000)
src/mem-limits.h

index 7cdb7f83b313fe2d90d0c0fc3f08b177a083f635..d8a3d88c471133d0b27b295542695d555720c4db 100644 (file)
@@ -20,6 +20,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #ifdef _LIBC
 
 #include <sys/resource.h>
+#define BSD4_2                 /* Tell code below to use getrlimit.  */
 
 #else