Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 20, 2018 17:34
Show Gist options
  • Save ryantm/ddc89b6def68fbc70c046bfdaa1c02b8 to your computer and use it in GitHub Desktop.
Save ryantm/ddc89b6def68fbc70c046bfdaa1c02b8 to your computer and use it in GitHub Desktop.
/nix/store/ksrz74w4gzxb2mf8yb3f3i67i80cr93v-libfixposix-0.4.3
├── include
│   ├── lfp
│   │   ├── aux.h
│   │   ├── buildinfo.h
│   │   ├── dirent.h
│   │   ├── errno.h
│   │   ├── fcntl.h
│   │   ├── ioctl.h
│   │   ├── mman.h
│   │   ├── resource.h
│   │   ├── select.h
│   │   ├── sendfile.h
│   │   ├── signal.h
│   │   ├── socket.h
│   │   ├── spawn.h
│   │   ├── stat.h
│   │   ├── stdlib.h
│   │   ├── strerror.h
│   │   ├── string.h
│   │   ├── syslog.h
│   │   ├── time.h
│   │   ├── unistd.h
│   │   └── wait.h
│   └── lfp.h
└── lib
├── libfixposix.la
├── libfixposix.so -> libfixposix.so.3.2.0
├── libfixposix.so.3 -> libfixposix.so.3.2.0
├── libfixposix.so.3.2.0
└── pkgconfig
└── libfixposix.pc
4 directories, 27 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment