Changeset 132 for trunk/src/sh_prelink.c


Ignore:
Timestamp:
Oct 23, 2007, 11:44:41 PM (17 years ago)
Author:
rainer
Message:

Make utility functions thread-safe.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_prelink.c

    r131 r132  
    179179  if (init == S_FALSE)
    180180    {
     181      char dir[SH_PATHBUF];
     182
    181183      sh_ext_tas_init(&task);
    182       p = sh_unix_getUIDdir (SH_ERR_ERR, task.run_user_uid);
     184      p = sh_unix_getUIDdir (SH_ERR_ERR, task.run_user_uid, dir, sizeof(dir));
    183185      if (p)
    184186        {
Note: See TracChangeset for help on using the changeset viewer.