public inbox for newlib-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin] Add a new fo_fill_kinfo fileops method
@ 2018-08-24 13:08 Sebastian Huber
  0 siblings, 0 replies; only message in thread
From: Sebastian Huber @ 2018-08-24 13:08 UTC (permalink / raw)
  To: newlib-cvs

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

commit 3d5043e2cb2a8ded0842181086035a7a3b2ced32
Author: jhb <jhb@FreeBSD.org>
Date:   Mon Sep 22 16:20:47 2014 +0000

    Add a new fo_fill_kinfo fileops method
    
    to add type-specific information to struct kinfo_file. - Move the
    various fill_*_info() methods out of kern_descrip.c and into the various
    file type implementations. - Rework the support for kinfo_ofile to
    generate a suitable kinfo_file object for each file and then convert
    that to a kinfo_ofile structure rather than keeping a second, different
    set of code that directly manipulates type-specific file information. -
    Remove the shm_path() and ksem_info() layering violations.
    
    Differential Revision:	https://reviews.freebsd.org/D775
    Reviewed by:	kib, glebius (earlier version)

Diff:
---
 newlib/libc/sys/rtems/include/sys/mman.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/newlib/libc/sys/rtems/include/sys/mman.h b/newlib/libc/sys/rtems/include/sys/mman.h
index a13e3d1..f0e01b6 100644
--- a/newlib/libc/sys/rtems/include/sys/mman.h
+++ b/newlib/libc/sys/rtems/include/sys/mman.h
@@ -234,7 +234,6 @@ int	shm_mmap(struct shmfd *shmfd, vm_size_t objsize, vm_ooffset_t foff,
 	    vm_object_t *obj);
 int	shm_map(struct file *fp, size_t size, off_t offset, void **memp);
 int	shm_unmap(struct file *fp, void *mem, size_t size);
-void	shm_path(struct shmfd *shmfd, char *path, size_t size);
 
 #else /* !_KERNEL */


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2018-08-24 13:08 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-24 13:08 [newlib-cygwin] Add a new fo_fill_kinfo fileops method Sebastian Huber

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).