Changeset 99c2323 in rtems


Ignore:
Timestamp:
12/13/13 12:57:06 (10 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
fb664a2
Parents:
259328a7
git-author:
Sebastian Huber <sebastian.huber@…> (12/13/13 12:57:06)
git-committer:
Sebastian Huber <sebastian.huber@…> (12/16/13 13:30:25)
Message:

JFFS2: Do not re-define struct iovec

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/libfs/src/jffs2/src/os-rtems.h

    r259328a7 r99c2323  
    2525#include <linux/stat.h>
    2626#include <linux/types.h>
     27#include <sys/uio.h>
    2728#include <dirent.h>
    2829#include <errno.h>
     
    3940struct _inode;
    4041struct super_block;
    41 
    42 struct iovec {
    43         void *iov_base;
    44         ssize_t iov_len;
    45 };
    4642
    4743static inline unsigned int full_name_hash(const unsigned char * name, size_t len) {
Note: See TracChangeset for help on using the changeset viewer.