-
https://github.com/rust-lang/libc/blob/1a311288a8f7523bfe5f88f57c6e96724eb16842/src/unix/newlib/generic.rs#L8-L26
[newlib/libc/include/sys/stat.h](https://sourceware.org/git/?p=newlib-cygwin.git;a=…
-
```
d = malloc(sizeof(struct dirent) + strlen(entry->d_name));
```
I'm pretty sure it should be + 1 to account for terminating null.
Wouldn't it be simpler to just strdup d_name and pass tha…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR11055](https://bugs.llvm.org/show_bug.cgi?id=11055) |
| Status | NEW |
| Importance | P enhancemen…
-
There are class action scripts for rbac, kmf, kcf, pkcs11, etc. Probably we should clean those all up. Ultimately, I think the SVR4 plumbing packaging support needs to just go away.
-
SVR4 shared library support is a thing iiuc, but libtool doesn't understand what to do.
Thus imlib is building here but can't actually do anything for dynamic library based image format module want…
-
C99 does not support gmtime_r(), localtime_r() and tzset().
They are used in mrbgems/mruby-time/src/time.c now.
Conforming To
- gmtime_r : SUSv2
- localtime_r : SUSv2
- tzset : SVr4, POSIX.1-2001, 4.…
kano4 updated
11 years ago
-
```c
#ifndef __GNUC_VA_LIST
#define __GNUC_VA_LIST
! #if defined(__svr4__) || defined(_AIX) || defined(_M_UNIX) || defined(__NetBSD__)
! typedef char *__gnuc_va_list;
! #else
! typedef void …
-
I was using `genisoimage` on Linux to assemble software CD images where I wanted Rock Ridge, and so naturally I started to use it for experiments with this when it was still unclear if I could get som…
-
Hello,
I tried to use picojson.h(version1.3.0) on Solaris 10 (gcc version 4.4.2)
And I got the following errors.
Is it possible to fix the bug on picojson.h?
---->
In file included from ./ms_conf.…
-
When nix-env -e is used in a [script](https://github.com/gleber/dotfiles/blob/master/uninstall.sh) it will crash dump:
$ file core
core: ELF 64-bit LSB core file x86-64, version 1 (SYSV), SVR4-style,…