public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: Martin Schwidefsky <schwidefsky@de.ibm.com>
Cc: linux-kernel@vger.kernel.org, linux-390@vm.marist.edu,
	arjanv@redhat.com, tim.bird@am.sony.com, mulix@mulix.org,
	alan@redhat.com, crisw@osdl.org, jan.glauber@de.ibm.com
Subject: Re: [PATCH] cputime (3/6): move jiffies stuff to jiffies.h
Date: Thu, 5 Aug 2004 22:40:39 +0200	[thread overview]
Message-ID: <200408052240.42719.arnd@arndb.de> (raw)
In-Reply-To: <20040805180438.GD9240@mschwid3.boeblingen.de.ibm.com>

[-- Attachment #1: Type: text/plain, Size: 952 bytes --]

On Donnerstag, 5. August 2004 20:04, Martin wrote:
> Move all that lovely jiffies related functions into ONE file,
> include/linux/jiffies.h. Since times.h is almost empty after the
> jiffies conversion functions have been moved, move the remaining
> definition of struct tms to include/linux/time.h. Replace all
> includes of <linux/times.h> with <linux/time.h> and kill times.h.
> 
> --- linux-2.6.8-rc3/include/linux/times.h       Wed Jun 16 07:18:57 2004
> +++ linux-2.6.8-s390/include/linux/times.h      Thu Jan  1 01:00:00 1970
> @@ -1,65 +0,0 @@
...
> -
> -struct tms {
> -       clock_t tms_utime;
> -       clock_t tms_stime;
> -       clock_t tms_cutime;
> -       clock_t tms_cstime;
> -};
> -

This should probably stay in linux/times.h, in order to be moved
to abi/times.h one day. glibc has its own sys/times.h, but struct
tms simply belongs into times.h, not time.h, according to the
times man page.

	Arnd <><

[-- Attachment #2: signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2004-08-05 20:44 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-08-05 18:04 [PATCH] cputime (3/6): move jiffies stuff to jiffies.h Martin Schwidefsky
2004-08-05 20:40 ` Arnd Bergmann [this message]
     [not found] <OF45879196.98545410-ON42256EE8.003A9AD5-42256EE8.003B151C@de.ibm.com>
2004-08-06 15:10 ` Arnd Bergmann

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=200408052240.42719.arnd@arndb.de \
    --to=arnd@arndb.de \
    --cc=alan@redhat.com \
    --cc=arjanv@redhat.com \
    --cc=crisw@osdl.org \
    --cc=jan.glauber@de.ibm.com \
    --cc=linux-390@vm.marist.edu \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mulix@mulix.org \
    --cc=schwidefsky@de.ibm.com \
    --cc=tim.bird@am.sony.com \
    /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