summaryrefslogtreecommitdiff
path: root/nt/inc/sys/param.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-04-18 00:57:04 +0000
committerUlrich Drepper <drepper@redhat.com>1997-04-18 00:57:04 +0000
commitf0a39e37f1bd7bcc8d6988345df5870d91c92cce (patch)
tree063fa517655b571179bcd74d8719409852b25477 /nt/inc/sys/param.h
parent2b385e3555b76372ce8e19020673854a46a5ac63 (diff)
downloademacs-f0a39e37f1bd7bcc8d6988345df5870d91c92cce.tar.gz
update from main archive 970417libc20x-970417glibc-2_0_4
Diffstat (limited to 'nt/inc/sys/param.h')
-rw-r--r--nt/inc/sys/param.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/nt/inc/sys/param.h b/nt/inc/sys/param.h
deleted file mode 100644
index 397c5ffae66..00000000000
--- a/nt/inc/sys/param.h
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _PARAM_H_
-#define _PARAM_H_
-
-/*
- * sys\param.h doesn't exist on NT, so we'll make one.
- */
-
-#define NBPG 4096
-
-#endif /* _PARAM_H_ */