public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
From: Richard Earnshaw <rearnsha@sourceware.org>
To: newlib-cvs@sourceware.org
Subject: [newlib-cygwin] [arm] remove libc/sys/arm/sys/param.h
Date: Fri, 26 Jul 2019 15:25:00 -0000	[thread overview]
Message-ID: <20190726152507.1389.qmail@sourceware.org> (raw)

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=65416cca7eda20f70c88efa594938e4c3a347676

commit 65416cca7eda20f70c88efa594938e4c3a347676
Author: Richard Earnshaw <Richard.Earnshaw@arm.com>
Date:   Fri Jul 26 16:08:55 2019 +0100

    [arm] remove libc/sys/arm/sys/param.h
    
    The Arm sys/param.h does not define anything differently to the
    generic sys/param.h, but fails to define some things that that file
    provides.  There does not appear to be any reason to keep this version
    and we should revert to using the common version.

Diff:
---
 newlib/libc/sys/arm/sys/param.h | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/newlib/libc/sys/arm/sys/param.h b/newlib/libc/sys/arm/sys/param.h
deleted file mode 100644
index 5b9464c..0000000
--- a/newlib/libc/sys/arm/sys/param.h
+++ /dev/null
@@ -1,25 +0,0 @@
-/* ARM configuration file; HZ is 100 rather than the default 60 */
-
-#ifndef _SYS_PARAM_H
-# define _SYS_PARAM_H
-
-#include <machine/param.h>
-#include <machine/endian.h>
-
-#ifndef NBBY
-# define NBBY 8		/* number of bits in a byte */
-#endif
-#ifndef HZ
-# define HZ (60)
-#endif
-#ifndef NOFILE
-# define NOFILE (60)
-#endif
-#ifndef PATHSIZE
-# define PATHSIZE (1024)
-#endif
-
-#define MAX(a,b) ((a) > (b) ? (a) : (b))
-#define MIN(a,b) ((a) < (b) ? (a) : (b))
-
-#endif


                 reply	other threads:[~2019-07-26 15:25 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190726152507.1389.qmail@sourceware.org \
    --to=rearnsha@sourceware.org \
    --cc=newlib-cvs@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).