Changeset 3b10ae36 in mainline


Ignore:
Timestamp:
2018-08-02T14:14:14Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0c27956
Parents:
82d9087 (diff), 42964a7 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge SIF.

Files:
8 added
4 edited

Legend:

Unmodified
Added
Removed
  • .gitignore

    r82d9087 r3b10ae36  
    8282uspace/app/blkdump/blkdump
    8383uspace/app/bnchmark/bnchmark
     84uspace/app/contacts/contacts
    8485uspace/app/corecfg/corecfg
    8586uspace/app/cpptest/cpptest
     
    380381uspace/lib/posix/redefs-hide-libc-symbols.list
    381382uspace/lib/posix/test-libposix
     383uspace/lib/sif/test-libsif
    382384uspace/lib/uri/test-liburi
    383385uspace/srv/audio/hound/hound
  • boot/Makefile.common

    r82d9087 r3b10ae36  
    176176        $(USPACE_PATH)/app/blkdump/blkdump \
    177177        $(USPACE_PATH)/app/bnchmark/bnchmark \
     178        $(USPACE_PATH)/app/contacts/contacts \
    178179        $(USPACE_PATH)/app/corecfg/corecfg \
    179180        $(USPACE_PATH)/app/cpptest/cpptest \
     
    240241        $(USPACE_PATH)/lib/label/test-liblabel \
    241242        $(USPACE_PATH)/lib/posix/test-libposix \
     243        $(USPACE_PATH)/lib/sif/test-libsif \
    242244        $(USPACE_PATH)/lib/uri/test-liburi \
    243245        $(USPACE_PATH)/drv/bus/usb/xhci/test-xhci \
  • uspace/Makefile

    r82d9087 r3b10ae36  
    3939        app/blkdump \
    4040        app/bnchmark \
     41        app/contacts \
    4142        app/corecfg \
    4243        app/cpptest \
     
    229230        lib/fmtutil \
    230231        lib/scsi \
     232        lib/sif \
    231233        lib/compress \
    232234        lib/drv \
  • uspace/lib/c/include/stdio.h

    r82d9087 r3b10ae36  
    178178
    179179extern FILE *tmpfile(void);
    180 extern char *tmpnam(char *s) __attribute__((deprecated));
     180extern char *tmpnam(char *s);
    181181
    182182#ifdef _HELENOS_SOURCE
Note: See TracChangeset for help on using the changeset viewer.