Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/unistd.c

    r59f799b rb4d6252  
    3636#define LIBPOSIX_INTERNAL
    3737
    38 #include "common.h"
     38#include "internal/common.h"
    3939#include "unistd.h"
     40
     41/* Array of environment variable strings (NAME=VALUE). */
     42char **environ = NULL;
    4043
    4144/**
Note: See TracChangeset for help on using the changeset viewer.