Changes between Version 22 and Version 23 of Ticket #38582, comment 6


Ignore:
Timestamp:
Aug 6, 2013, 11:02:15 PM (11 years ago)
Author:
cooljeanius (Eric Gallager)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #38582, comment 6

    v22 v23  
    3232|| `AC_C_RESTRICT` || `src/darwintracelib1.0/darwintrace.c:774` || `static void frecv(void *restrict buf, size_t size) {` || function declaration || `/* Helper function to recieve a number of bytes from the tracelib communication socket and deal with any errors that might occur. */` Using `restrict` can be good for performance, have `autoconf` check how the compiler handles it to make sure ||
    3333|| `AC_FUNC_CHOWN` || `src/pextlib1.0/xinstall.c:1077` || `if ((gid != (gid_t)-1 || uid != (uid_t)-1) && chown(path, uid, gid))` || in a condition || Helps build the directory "`heirarchy` [sic]". Plus checking how `chown`ing works is probably a good idea anyways. ||
    34 || `AC_FUNC_FORK` || `src/machista1.0/tests/libmachista-test.c:25` ||
     34|| `AC_FUNC_FORK` || `src/machista1.0/tests/libmachista-test.c:25` || `pid_t p = fork();` || Tests forking capabilities || `// forking helper` If we check for `fork`ing characteristics with `autoconf`, we might not have to have a separate test file do it for us (?) ||
    3535|| `AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK` || `src/darwintracelib1.0/darwintrace.c:1029` ||
    3636|| `AC_FUNC_MALLOC` || `src/cregistry/entry.c:88` ||