Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/posix/include/posix/pwd.h

    r9b8be79 rbc56f30  
    3737
    3838#include <sys/types.h>
     39#include <_bits/decls.h>
     40
     41__C_DECLS_BEGIN;
    3942
    4043struct passwd {
     
    5861    char *buffer, size_t bufsize, struct passwd **result);
    5962
     63__C_DECLS_END;
     64
    6065#endif /* POSIX_PWD_H_ */
    6166
Note: See TracChangeset for help on using the changeset viewer.